Create your first website using angular 6 -- Part 12 -- Local Development SSL

Publicado el: 01 diciembre 2018
en el canal de: AdMISTER STUDIOs
7,910
70

Create your first website using angular 6 -- Part 12
21. implement use of SSL in local development pc ( using openssl with a self signed certificate)
22. move the menu items to Database (immemory)

OPENSSL BOOK
https://www.feistyduck.com/library/op...

COMMAND to generate SSL certificate
openssl req -newkey rsa:2048 -x509 -nodes -keyout server.key -new -out server.crt -config ./openssl-custom.cnf -sha256 -days 365

Openssl-custom.cnf

[req]
default_bits = 2048
prompt = no
default_md = sha256
x509_extensions = v3_req
distinguished_name = dn

[dn]
C = IN
ST = HR
L = Gurgaon
O = IT
OU = IT Department
emailAddress = admin@admister.in
CN = localhost

[v3_req]
subjectAltName = @alt_names

[alt_names]
DNS.1 = *.localhost
DNS.2 = localhost


-------------
CERTMGR.msc to add certificate


En esta página del sitio puede ver el video en línea Create your first website using angular 6 -- Part 12 -- Local Development SSL de Duración hora minuto segunda en buena calidad , que subió el usuario AdMISTER STUDIOs 01 diciembre 2018, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 7,910 veces y le gustó 70 a los espectadores. Disfruta viendo!