Automation agent configuration file parameters
Default configuration file example
# DigiCert ACME Client Configuration File
# Generated automatically with comprehensive documentation
# Modify values below according to your requirements
# Basic ACME settings (required for most operations)
directory_url = "https://one.digicert.com/mpki/api/v1/acme/v2/directory"
email = "admin@example.com"
eab_key = "your-eab-key"
eab_hmac = "your-eab-hmac"
# Certificate defaults (optional - uses smart defaults if not specified)
[certificate]
key_type = "RSA" # Options: RSA, ECDSA, EdDSA
key_size = 2048 # RSA: 2048/3072/4096, ECDSA: 256/384/521
signature_algorithm = "SHA256WithRSA" # Auto-selected based on key type
# organizations = "" # Comma-separated list
# org_units = "" # Comma-separated list
# countries = "" # ISO 3166-1 alpha-2 codes
# states = "" # State or province names
# localities = "" # City or locality names
# key_usages = "" # Standard key usage extensions
# ext_key_usages = "" # Extended key usage extensions
# Challenge preferences (optional)
[challenge]
type = "http-01" # Options: http-01, dns-01
handler_name = "standalone" # Handler implementation
# handler_args = "" # Handler-specific arguments
# Installer preferences (optional)
[installer]
handler_name = "filesystem" # Default installer type
# handler_args = "" # Installer-specific arguments
# Service settings (optional)
[service]
log_level = "info" # Options: error, info, debug
auto_renew = false # Enable automatic renewal
auto_ari_renew = false # Enable ARI-based renewal
auto_renew_days = 30 # Days before expiry to renew
# cert_store_path = "" # Override default cert storage