|
||
---|---|---|
.. | ||
README.md | ||
certificate-bundle(structure).pem | ||
certificate-bundle(template).pem |
README.md
PKI
Templates
Some utils files in order to have a ready solution in order to generate bundles.
NB via console is trivial :
Public CRT ‘cat SSE Lab Root CA_crt.pem >> certificate-bundle.pem cat SSE Lab Intermediate CA_crt.pem >> certificate-bundle.pem cat RUP Services_crt.pem >> certificate-bundle.pem’
Private Key ‘cat RUP Services_prv.pem >> certificate-bundle.key’