Comodo: Directly after an order has been placed through our web interface, you receive an e-mail containing a link to a Comodo website. On that site, you may choose the term and might have to fill in the e-mail address, which is then deposited with the certificate. Then you have to choose the encryption algorithm. […]
Monatliche Archive: April 2016
Why can Internet Explorer cause problems when ordering certificates?
If a certificate request is generated via the browser, problems can occur with older versions of Internet Explorer, because a default setting of the browser marks the private key as not exportable. If the S/MIME certificate is now to be used in a different location, this is not possible without the private key.
When do I need an SSL/TLS certificate for my website?
You always need an SSL/TLS certificate for your website as soon as private or personal data is requested from the visitors of your website. This can be with an online order (indication of addresses, personal data as well as bank data), in the same way however also already with the registration to the newsletter (indication […]
Wie erstelle ich ein CSR für ein Code Signing-Zertifikat?
Am besten benutzen Sie dafür das kostenlose Tool OpenSSL. Für die Erstellung des Schlüsselpaares, bestehend aus privatem Schlüssel und Zertifizierungsanforderung (CSR – Certificate Signing Request), geben Sie folgenden Befehl ein: openssl req -new -nodes -keyout dateiname.key -out dateiname.csr -newkey rsa:2048 Es empfiehlt sich, für diese Datei einen Namen zu wählen, der auch später noch eindeutig […]