Create Your Own Certificate Authority
Problem this snippet solves:
The main goal of this article is to share an easy way to create your own Certificate Authority (CA) for your lab enviroment with APM module.
REF - https://github.com/DariuSGB/LabCA
This repository is composed by a set of scripts that give you an easy way to:
- Create your own root CA.
- Create your own intermediate CA, signed by your root CA.
- Create your own certs, signed by your intermediate CA or your root CA.
- Create your own OCSP cert, for using it in your OCSP responder.
- Create your own CRL cert, for using it directly in your APM.
- Revoke your certs (remember to refresh your CRL cert after that).
- Create your own PKCS#12 cert (from regular PEM certs/keys) for installing it in your windows enviroment.
- Invoke a OCSP responder of your certs enviroment (remember to create a OCSP cert first).
How to use this snippet:
Download and install your enviroment using these commands:
git clone https://github.com/DariuSGB/LabCA.git cd LabCA chmod +x $(ls | grep -v README)
Tested this on version:
14.1Published Sep 07, 2021
Version 1.0No CommentsBe the first to comment