spanskiblog/content/posts/certs.md

348 B

+++ date="2022-12-24" author="spanskiduh" title="certs" description="click to read about certs" +++

CERTS

Generate self-signed certificate

creds

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