Hello,
I want to replace the self signed certificate with a official signed certificated. I use the prtgcertimporter and this tutorial: https://www.paessler.com/support/how-to/ssl-certificate
Unfortunately the importer always says: no valid chain found.
I have one file prtg.key, with windows line breaks (pem). The key is not encrypted.
-----BEGIN PRIVATE KEY----- .... -----END PRIVATE KEY----- I have one file prtg.crt, with windows line breaks (pem). -----BEGIN CERTIFICATE----- .... -----END CERTIFICATE----- I have one file root.pem, with windows line breaks (pem). -----BEGIN CERTIFICATE----- .... (SubCA) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- .... (PolicyCA) -----END CERTIFICATE----- -----BEGIN CERTIFICATE----- .... (RootCA) -----END CERTIFICATE-----
I starting the certimporter and choose the directory with the three files.
Reason(s):--> Certificate for SUBCA signed by <Issuer> is not for server authentication --> Certificate for prtg.mydomain.de signed by <Issuer> - usable for server authentication the certificate chain is invalid the directory contains no valid certificates.
Whats wrong?
Add comment