Account management - acmesh-official/acme.sh GitHub Wiki
acme.sh offers the following account management actions:
- Account registration
- Account email update
- Account key rotation / rollover
- Account deactivation
Each CA has its own account. Use --server <CA> to select which CA account to manage (see Server).
- Registration: use
--register-account(see the corresponding CA wiki page). - Email update: use
--update-accountwith the-m <email>option. - Key rotation: use
--update-account-keyand optionally specify--accountkeylength <length>. - Deactivation: use
--deactivate-account.⚠️ This operation cannot be undone.
| CA | Registration | Email Update | Account Key Rollover | Deactivation |
|---|---|---|---|---|
| Actalis.com | ✅ | ❓ | ❓ | ❓ |
| ✅ | ❓ | ❓ | ❓ | |
| Let's Encrypt | ✅ | ✅ | ✅ | ✅ |
| SSL.com | ✅ | ✅ | ❌ | ✅ |
| ZeroSSL | ✅ | ✅ | ❌ | ❌ |