gateway_service/SSL/create_cert.txt
AndreyIgorevich d9ffefd5f6 Add project
2025-07-10 01:10:47 +07:00

3 lines
117 B
Plaintext

openssl req -x509 -newkey rsa:4096 -nodes -keyout privkey.pem -out fullchain.pem -days 365 \
-subj "/CN=localhost"