Remove unused nginx.csr file

This commit is contained in:
Ștefan D. Mihăilă 2019-08-13 23:22:41 +02:00
parent 19b971f21f
commit 4acf5cd32c
No known key found for this signature in database
GPG Key ID: 6220AD7846220A52
1 changed files with 1 additions and 0 deletions

View File

@ -22,4 +22,5 @@ echo Generate Self-Signed Cert
openssl genrsa -out secrets/nginx.key 2048
openssl req -new -key secrets/nginx.key -out secrets/nginx.csr -subj "/C=KN"
openssl x509 -req -days 1825 -in secrets/nginx.csr -signkey secrets/nginx.key -out secrets/nginx.cert
rm secrets/nginx.csr
echo Done