linux doc: cleaned date command
This commit is contained in:
3
Web-Servers/Nginx/13-openssl.md
Normal file
3
Web-Servers/Nginx/13-openssl.md
Normal file
@@ -0,0 +1,3 @@
|
||||
openssl genrsa -out gitea.key 2048
|
||||
openssl req -new -key gitea.key -out gitea.csr
|
||||
openssl x509 -req -in gitea.csr -signkey gitea.key -out gitea.crt
|
||||
Reference in New Issue
Block a user