Spoofed SSL, sign with AWS Private CA, launch on Kube
This breaks device trust model and makes app believe it is a legit server since signed by a trusted private CA
[ req ]
default_bits = 2048
prompt = no
default_md = sha256
req_extensions = req_ext
distinguished_name = dn
[ dn ]
C = US
ST = New Jersey
L = Jersey City
O = Bee Server
OU = Infrastructure
CN = api.honey-staging.com
[ req_ext ]
subjectAltName = @alt_names
[ alt_names ]
DNS.1 = api.honey-staging.com
DNS.2 = *.api.honey-staging.com
DNS.3 = localhost
IP.1 = 127.0.0.1Last updated
