Hello,
I would like tu update my selt signet certificate. What I did:
request security pki generate-key-pair certificate-id test-gw-2016 size 2048 request security pki generate-certificate-request certificate-id test-gw-2016 domain-name example.net subject CN=test-gw.example.net
then I genetare cert on my CA and copy to device:
request security pki local-certificate load certificate-id test-gw-2016 filename /config/test-gw.cer
Local certificate loaded successfully
Create CA profile and load ca cert:
set security pki ca-profile test1-ca ca-identity test1-CA set security pki ca-profile test1-ca revocation-check disable set security pki ca-profile test1-ca revocation-check crl disable on-download-failure request security pki ca-certificate load filename test1CA.cer ca-profile test1-ca
Local certificate loaded successfully
But when I tried to configure web management I cannot choose new cert:
set system services web-management https pki-local-certificate ? Possible completions:<pki-local-certificate> X.509 certificate to use (from PKI local store) [edit]
What did I miss to do?
JUNOS Software Release [12.1X44-D40.2]
Thanks.