No intermediate certificate authority option

Started by Meg, July 29, 2024, 11:31:02 PM

Previous topic - Next topic
why now i must speak of VPN?
the certificate are used tu trust a https connection.

But how i must combine the certificate? so i try immediatly, i don't tell a wrong or good way, but only a way that go and another no go without a correct and new method

Use a text editor and place the server cert and the intermediate CA cert in a single .pem/.crt file. That's all. Certs are just text files (in sane environments at least)
Deciso DEC750
People who think they know everything are a great annoyance to those of us who do. (Isaac Asimov)

Indeed. Just make sure you include the clear delimiter for each section.
Easy ready-made example: Download the one that works for you on the 23.7 version and open it on a text editor.
Remember to check if you're using windows, that the saved file has the adequate line endings.

October 21, 2024, 06:57:56 PM #18 Last Edit: October 21, 2024, 07:00:40 PM by ssdanie
i opened with test editor the certificate generated from 23.7 and that go on proxmox without import the intermediate CA and there is only one block
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----

but from your anser i must make a crt file with two block, correct?
so in the server certificate i must add the block
-----BEGIN CERTIFICATE-----
-----END CERTIFICATE-----
from the int CA, correct?

Can i confirm paste IntCa.pem and domain.pem in one file and root CA in the root authority system database all is good, but...
Please document that, i'm try 3 web gui (proxmox, synolgoy, hpe ilo) and all that want the AIO solution

Thank's