mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 23:04:39 -04:00
Thanks to @pahrohfit and @Tomoyuki-GH for previous efforts to implement suport for this. Co-Authored-By: Robert Dailey <rob@wargam.es> Co-Authored-By: Tomoyuki-GH <55397638+Tomoyuki-GH@users.noreply.github.com>
17 lines
622 B
Text
17 lines
622 B
Text
# renew_before_expiry = 30 days
|
|
version = 1.10.0.dev0
|
|
archive_dir = sample-config/archive/c.encryption-example.com
|
|
cert = sample-config/live/c.encryption-example.com/cert.pem
|
|
privkey = sample-config/live/c.encryption-example.com/privkey.pem
|
|
chain = sample-config/live/c.encryption-example.com/chain.pem
|
|
fullchain = sample-config/live/c.encryption-example.com/fullchain.pem
|
|
|
|
# Options used in the renewal process
|
|
[renewalparams]
|
|
authenticator = apache
|
|
installer = apache
|
|
account = 48d6b9e8d767eccf7e4d877d6ffa81e3
|
|
key_type = ecdsa
|
|
config_dir = sample-config-ec
|
|
elliptic_curve = secp256r1
|
|
manual_public_ip_logging_ok = True
|