Доработка. Рефактор
This commit is contained in:
2
generate-sertificate.sh
Normal file
2
generate-sertificate.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#openssl req -x509 -newkey rsa:4096 -keyout key.pem -nodes -out cert.pem -sha256 -days 365 -subj "/C=RU/ST=NTC/L=TNIIS/O=Company Name/OU=Org/CN=www.example.com"
|
||||
openssl req -new -x509 -keyout "html/server.pem" -out "html/server.pem" -days 365 -nodes
|
||||
Reference in New Issue
Block a user