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

Publicado em: 01 Dezembro 2018
no 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


Nesta página do site você pode assistir ao vídeo on-line Create your first website using angular 6 -- Part 12 -- Local Development SSL duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário AdMISTER STUDIOs 01 Dezembro 2018, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 7,910 vezes e gostou 70 espectadores. Boa visualização!