简体   繁体   中英

Spring Boot SSL - text cert to keystore

I ordered a SSL paid certificate for my Spring Boot app. What I recived is a text:

-----BEGIN CERTIFICATE-----
MIIEsTCCA5mgA
....
JKAHSD823kjsd
-----END CERTIFICATE-----

What should I do with it? All Spring Boot SSL examples shows 'self-signed-certificate' generated with keytool as a file to place in projects classpath. How to generate a p12 keystore from what I got?

这是一种pem格式( 请参阅 ),然后使用openssl实用程序将其转换为所需的格式( 请参阅此

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM