Remove all emojis from markdown documentation
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -137,7 +137,7 @@ If the above methods don't work, generate the certificate on a computer without
|
||||
**Solution:**
|
||||
```powershell
|
||||
# Run PowerShell as Administrator
|
||||
# Right-click PowerShell → Run as Administrator
|
||||
# Right-click PowerShell Run as Administrator
|
||||
|
||||
# Verify admin rights
|
||||
$isAdmin = ([Security.Principal.WindowsPrincipal][Security.Principal.WindowsIdentity]::GetCurrent()).IsInRole([Security.Principal.WindowsBuiltInRole]::Administrator)
|
||||
@@ -413,11 +413,11 @@ If none of these solutions work:
|
||||
|
||||
**Recommended approach when you see smart card error:**
|
||||
|
||||
1. ✅ Try `Generate-WildcardCert-Alternative.ps1` (uses certreq)
|
||||
2. ✅ Try disabling smart card service temporarily
|
||||
3. ✅ Try different crypto provider
|
||||
4. ✅ Generate on different computer without restrictions
|
||||
5. ✅ Request certificate from your organization's CA
|
||||
1. Try `Generate-WildcardCert-Alternative.ps1` (uses certreq)
|
||||
2. Try disabling smart card service temporarily
|
||||
3. Try different crypto provider
|
||||
4. Generate on different computer without restrictions
|
||||
5. Request certificate from your organization's CA
|
||||
|
||||
**For production deployment:**
|
||||
- Always get certificates from trusted Certificate Authority
|
||||
|
||||
Reference in New Issue
Block a user