You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Unable to build keystore for CPVMCertificate due to CertificateException
409
-
- Cold not find and construct a valid SSL certificate
458
+
Here the names are "root1" and "intermed1".
459
+
If you used other names previously, please check the cloud.keystore table
460
+
to obtain the used names.
410
461
411
-
that means that still some of the Root/intermediate/server certificates or the key is not in a good format, or incorrectly encoded or multiply Root CA/Intermediate CA present in database by mistake.
462
+
If you still have problems and see the following errors in
463
+
management-server.log while starting CPVM:
412
464
413
-
Other way to renew Certificates (Root,Intermediates,Server certificates and key) - although not recommended
414
-
unless you fill comfortable - is to directly edit the database,
415
-
while still respect the main requirement that the private key is PKCS8 encoded, while Root CA, Intermediate and Server certificates
416
-
are still in default PEM format (no URL encoding needed here).
417
-
After editing the database, please restart management server, and destroy SSVM and CPVM after that,
418
-
so the new SSVM and CPVM with new certificates are created.
465
+
- Unable to build keystore for CPVMCertificate due to CertificateException
466
+
- Could not find and construct a valid SSL certificate
467
+
468
+
This means that some of the Root/Intermediate/Server certificates or the key
469
+
is not in a good format, or is incorrectly encoded, or multiple Root
470
+
CA/Intermediate CA entries are present in the database by mistake.
471
+
472
+
Another way to renew certificates (Root, Intermediates, Server certificates
473
+
and key) - although not recommended unless you feel comfortable - is to
474
+
directly edit the database, while still respecting the main requirement that
475
+
the private key is PKCS8 encoded, while Root CA, Intermediate and Server
476
+
certificates are in the default PEM format (no URL encoding needed here).
477
+
After editing the database, please restart the management server, and destroy
478
+
the SSVM and CPVM after that, so that new SSVM and CPVM instances with new
0 commit comments