Como configurar certificado SSL (HTTPS) no Xampp
Códigos
v3.ext
authorityKeyIdentifier=keyid,issuer
basicConstraints=CA:FALSE
keyUsage = digitalSignature, nonRepudiation, keyEncipherment, dataEncipherment
subjectAltName = @alt_names
[alt_names]
DNS.1 = localhost
makecert.bat
-sha256 -extfile v3.ext
Créditos: Jeterson Lordano