mirror of
https://github.com/eddyem/onionserver.git
synced 2025-12-06 10:45:09 +03:00
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
create:
|
|
openssl req -newkey rsa:2048 -nodes -keyout cert.key -x509 -days 365 -out cert.pem
|
|
|
|
review:
|
|
openssl x509 -text -noout -in cert.pem
|