liviucotfas / ase-multimedia

:video_game: Suport de curs și seminar pentru disciplina Multimedia
31 stars 5 forks source link

Cert creation step is missing in setup of local HTTPS #10

Closed erkovacs closed 2 years ago

erkovacs commented 2 years ago

In this article:

https://github.com/liviucotfas/ase-multimedia/blob/master/Labs/08.%20Audio/https-on-localhost.md

The creation of the .pem file is never described. Subsequent steps thus fail. The command to be run (in the same directory as the .key file generated in step 1) is:

openssl req -x509 -sha256 -new -nodes -days 3650 -key CA.key -out CA.pem
erkovacs commented 2 years ago

Done