CKB:The requested public SSL certificate cannot be imported: Unterschied zwischen den Versionen

Aus Cryptshare Documentation
Wechseln zu:Navigation, Suche
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
    
    


== Applies to: ==
== Applies to ==
{{NoteBox|title=|content=All versions of Cryptshare Server
{{NoteBox|title=|content=All versions of Cryptshare Server
}}
}}


== Symptom: ==
== Symptom ==
The requested SSL certificate cannot be imported into the keystore with the following error:
The requested SSL certificate cannot be imported into the keystore with the following error:
* '''English:''' Could not establish trust for the CA Reply.
* '''English:''' Could not establish trust for the CA Reply.
Zeile 11: Zeile 11:
[[File:9207982.png]]
[[File:9207982.png]]


== Cause: ==
== Caus: ==
The information in the SSL certificate from the CA doesn't match the information in the sent CSR.
The information in the SSL certificate from the CA doesn't match the information in the sent CSR.


== Solution: ==
== Solution ==
Export the private key from the keystore used for the creation of the CSR file and import it together with the requested SSL certificate into a new keystore.
Export the private key from the keystore used for the creation of the CSR file and import it together with the requested SSL certificate into a new keystore.


Zeile 35: Zeile 35:
[[File:9207973.png]]
[[File:9207973.png]]


6. impot the available SSL certificate
6. import the available SSL certificate


[[File:9207972.png]]
[[File:9207972.png]]
Zeile 59: Zeile 59:
[[File:9207966.png]]
[[File:9207966.png]]


11. install the created keystore on the Cryptshare server [https://wiki.cryptshare.com/display/CSM/Setting+up+an+SSL+Certificate#SettingupanSSLCertificate-InstallingtheKeystoreontheCryptshareServer Setting up an SSL Certificate#InstallingtheKeystoreontheCryptshareServer]
11. install the created keystore on the Cryptshare server [[CSSCurrent_en:Setting_up_an_SSL_Certificate#Installing_a_Public_Certificate_in_the_Keystore_of_the_Cryptshare_Server|Setting up an SSL Certificate]]


-----
-----

Aktuelle Version vom 30. Dezember 2022, 15:07 Uhr


Applies to

All versions of Cryptshare Server

Symptom

The requested SSL certificate cannot be imported into the keystore with the following error:

  • English: Could not establish trust for the CA Reply.
  • German: Vertrauenskette für die CA Antwort konnte nicht erstellt werden.

9207982.png

Caus:

The information in the SSL certificate from the CA doesn't match the information in the sent CSR.

Solution

Export the private key from the keystore used for the creation of the CSR file and import it together with the requested SSL certificate into a new keystore.

1. open the existing keystore used for the generating of the CSR file

2. klick with the right mouse button on the entry in the keystore

3. open the menu entry 'Export --> Export Private Key'

9207984.png

4. save the private key in OpenSSL format to your local machine

9207985.png 9207986.png

5. create new Java-Keystore of type JKS

9207974.png 9207973.png

6. import the available SSL certificate

9207972.png

7. select the certificate format, e.g. pkcs12 (.pfx) or OpenSSL (.crt, .cer, .pem)

9207989.png 9207991.png 9207992.png

8. import and check the certificate chain

9207970.png 9207969.png 9207968.png

9. save the keystore

9207967.png

10. use the default password 'CA0AZhuFM4NogQh', to save the Keystore

9207966.png

11. install the created keystore on the Cryptshare server Setting up an SSL Certificate