linux doc: cleaned date command

This commit is contained in:
2026-01-17 01:34:02 +03:30
parent 27f18f5b4a
commit ac454ce347
2 changed files with 45 additions and 2 deletions

View 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