https://www.baeldung.com/spring-boot-https-self-signed-certificate
keytool -genkeypair -alias baeldung -keyalg RSA -keysize 2048 -storetype PKCS12 -keystore baeldung.p12 -validity 3650
https://mkyong.com/spring-boot/spring-boot-ssl-https-examples/
$ keytool -genkeypair -keyalg RSA -keysize 2048 -storetype PKCS12 -keystore mkyong.p12 -validity 365
https://letsencrypt.org/ru/getting-started/
https://certbot.eff.org/lets-encrypt/ubuntubionic-other
sudo certbot certonly --standalone
https://dzone.com/articles/spring-boot-secured-by-lets-encrypt
/etc/letsencrypt/live/asdf.pp.ua# openssl pkcs12 -export -in fullchain.pem -inkey privkey.pem -out keystore.p12 -name tomcat -CAfile chain.pem -caname root
No comments:
Post a Comment