|
You are here |
dadrian.io | ||
| | | | |
squanderingti.me
|
|
| | | | | A handy explanation for the fields in a digital certificate. | |
| | | | |
rys.sommefeldt.com
|
|
| | | | | ||
| | | | |
blog.bityard.net
|
|
| | | | | (Disclaimer: No AIs were used in the writing of this article. My intelligence has been frequently questioned, but has thus far never been accused... | |
| | | | |
memo.mx
|
|
| | | A Certificate Authority or CA is an entity that signs digital certificates. These digital certificates are used to validate the connection while using secure mechanisms. Generating a root CA We will use a root CA to create intermediate CA's which are trusted to sign certificates on its behalf. First, prepare the environment. mkdir /root/ca && cd /root/ca mkdir certs crl newcerts private chmod 700 private touch index.txt echo 1000 > serial Then download the template for /root/ca/openssl.... | ||