SSE-Lab/templates/PKI
Fabio Sinibaldi 1301465f2b PKI templates 2025-03-05 12:14:50 +01:00
..
README.md PKI templates 2025-03-05 12:14:50 +01:00
certificate-bundle(structure).pem PKI templates 2025-03-05 12:14:50 +01:00
certificate-bundle(template).pem PKI templates 2025-03-05 12:14:50 +01:00

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’