Kaspersky Security Management Suite supports uploading of certificates only in DER format. You can convert a certificate file from PEM to DER format.
To carry out these instructions on the local computer, you must have the OpenSSL tool.
To convert a certificate file from PEM to DER format:
openssl x509 -outform der -in <certificate file name>.pem -out <certificate file name>.der
where:
The new certificate file in DER format will be generated in this same folder.
Page top