Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 246 Bytes

certs.md

File metadata and controls

10 lines (7 loc) · 246 Bytes

CERTS

Generate self-signed certificate

creds

openssl genrsa > privkey.pem
openssl req -new -x509 -key privkey.pem > fullchain.pem