We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c62588 + 562c44c commit 297d29dCopy full SHA for 297d29d
articles/key-vault/managed-hsm/quick-create-cli.md
@@ -99,6 +99,9 @@ openssl req -newkey rsa:2048 -nodes -keyout cert_1.key -x509 -days 365 -out cert
99
openssl req -newkey rsa:2048 -nodes -keyout cert_2.key -x509 -days 365 -out cert_2.cer
100
```
101
102
+> [!NOTE]
103
+> Even if the certificate has "expired," it can still be used to restore the security domain.
104
+
105
> [!IMPORTANT]
106
> Create and store the RSA key pairs and security domain file generated in this step securely.
107
0 commit comments