How to generate a SSL self-signed Certificate with a longer expiry date

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

目的

By default, All the self-signed certificate only valid for 90 days, then you will need to renew them every 90 days, which is very troublesome. 

ソリューション

Run the following command (where validity is the number of days before the certificate will expire):

keytool -genkey -keyalg RSA -alias selfsigned -keystore keystore.jks -storepass password -validity 360 -keysize 2048


For additional details see: How to create a self signed certificate using Java Key Tool


 

 

 

 

最終更新日 2017 年 11 月 12 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.