Skip to content

Commit adee971

Browse files
committed
(bluefox) add renewal.conf.tpl
1 parent da2d419 commit adee971

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed

lib/renewal.conf.tpl

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
#cert = :configDir/live/:hostname/cert.pem
2+
cert = :cert_path
3+
privkey = :privkey_path
4+
chain = :chain_path
5+
fullchain = :fullchain_path
6+
7+
# Options and defaults used in the renewal process
8+
[renewalparams]
9+
apache_enmod = a2enmod
10+
no_verify_ssl = False
11+
ifaces = None
12+
apache_dismod = a2dismod
13+
register_unsafely_without_email = False
14+
uir = None
15+
installer = none
16+
config_dir = :configDir
17+
text_mode = True
18+
# junk?
19+
# https://github.com/letsencrypt/letsencrypt/issues/1955
20+
func = <function obtain_cert at 0x30c9500>
21+
prepare = False
22+
work_dir = :work_dir
23+
tos = :agree_tos
24+
init = False
25+
http01_port = :http_01_port
26+
duplicate = False
27+
# this is for the domain
28+
key_path = :privkey_path
29+
nginx = False
30+
fullchain_path = :fullchain_path
31+
email = :email
32+
csr = None
33+
agree_dev_preview = None
34+
redirect = None
35+
verbose_count = -3
36+
config_file = None
37+
renew_by_default = True
38+
hsts = False
39+
authenticator = webroot
40+
domains = :hostnames #comma,delimited,list
41+
rsa_key_size = :rsa_key_size
42+
# starts at 0 and increments at every renewal
43+
checkpoints = -1
44+
manual_test_mode = False
45+
apache = False
46+
cert_path = :cert_path
47+
webroot_path = :webroot_paths # comma,delimited,list
48+
strict_permissions = False
49+
apache_server_root = /etc/apache2
50+
# https://github.com/letsencrypt/letsencrypt/issues/1948
51+
account = :account_id
52+
manual_public_ip_logging_ok = False
53+
chain_path = :chain_path
54+
standalone = False
55+
manual = False
56+
server = :acme_discovery_url
57+
standalone_supported_challenges = "http-01,tls-sni-01"
58+
webroot = True
59+
apache_init_script = None
60+
user_agent = None
61+
apache_ctl = apache2ctl
62+
apache_le_vhost_ext = -le-ssl.conf
63+
debug = False
64+
tls_sni_01_port = 443
65+
logs_dir = :logs_dir
66+
configurator = None
67+
[[webroot_map]]
68+
# :hostname = :webroot_path

0 commit comments

Comments
 (0)