Customer service Billing:

Monday — Friday:
9:00 - 18:00 CET time

Technical Support:

Monday — Friday:
9:00 - 18:00 CET time

Ordering system/certificate issuance:

24/7

CSR Decoder

Following CSR decoder used to decode the Certificate Signing Request. You need to check that it contains the correct information. Certificate Signing Request is a piece of encoded text. It includes a public SSL key and all the necessary information about the company that initiated the certificate issuance. If the CSR is created, is very difficult to understand it, because all included information is encrypted. CAs uses the data in the CSR to issue the certificate, so you definitely need to make sure that all information is valid and verified. To ensure that CSR is correct, you can simply insert the contents of CSR in the field below and click "Decode" button.. The CSR should start with the lines "----- BEGIN CERTIFICATE REQUEST -----" and end with "----- END CERTIFICATE REQUEST -----".

To check the CSR on your own computer, you can also use this OpenSSL command:

openssl req -in mycsr.csr -noout -text

Paste Certificate Signing Request (CSR)