Test-only PFX password
In brief
The documented password example now includes an exclamation mark at the end.
What Entra admins need to know
No action is required; use the updated sample value when following the example.
This editorial summary was generated by AI from the documentation changes. Verify important details in the full Microsoft Learn article.
Documentation change
The comparison below shows only the changed extract. Use the full-page view for complete context.
Generate an expired self-signed certificate To generate an expired self-signed certificate for testing, open Windows PowerShell and run the following script.
Password: ExpiredCert-TestOnly-123 123!
# Test-only PFX password
@@ -217,7 +217,7 @@ Note: For testing purposes, you can generate a self-signed certificate with an e Generate an expired self-signed certificate To generate an expired self-signed certificate for testing, open Windows PowerShell and run the following script. -Password: ExpiredCert-TestOnly-123 +Password: ExpiredCert-TestOnly-123! ```powershell # Test-only PFX password 