Diese Seite ist in Ihrer lokalen Sprache noch nicht verfügbar. Wir arbeiten daran, weitere Sprachversionen hinzuzufügen. Vielen Dank für Ihre Unterstützung.

On this page

Show all

Help Center/ Cloud Search Service/ FAQs/ Managing CSS Clusters/ How Do I Convert the Format of a CER Security Certificate in CSS?

How Do I Convert the Format of a CER Security Certificate in CSS?

Updated on 2024-12-02 GMT+08:00

The security certificate (CloudSearchService.cer) can be downloaded only for security clusters that have enabled HTTPS access. Most software supports certificates in the .pem or .jks format. You need to convert the format of the CSS security certificate.

  • Run the following command to convert the security certificate from .cer to .pem:
    openssl x509 -inform pem -in CloudSearchService.cer –out newname.pem
  • Run the following command to convert the security certificate from .cer to .jks:
    keytool -import -alias newname -keystore ./truststore.jks -file ./CloudSearchService.cer 

In the preceding commands, newname indicates the user-defined certificate name.

After the command is executed, set the certificate password and confirm the password as prompted. Securely store the password. It will be used for accessing the cluster.

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback