Remove unused nginx.csr file
This commit is contained in:
parent
19b971f21f
commit
4acf5cd32c
1 changed files with 1 additions and 0 deletions
|
|
@ -22,4 +22,5 @@ echo Generate Self-Signed Cert
|
||||||
openssl genrsa -out secrets/nginx.key 2048
|
openssl genrsa -out secrets/nginx.key 2048
|
||||||
openssl req -new -key secrets/nginx.key -out secrets/nginx.csr -subj "/C=KN"
|
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
|
openssl x509 -req -days 1825 -in secrets/nginx.csr -signkey secrets/nginx.key -out secrets/nginx.cert
|
||||||
|
rm secrets/nginx.csr
|
||||||
echo Done
|
echo Done
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue