https
express server läuft jetzt mit https
This commit is contained in:
62
express-server/node_modules/pyconf/example.conf
generated
vendored
Normal file
62
express-server/node_modules/pyconf/example.conf
generated
vendored
Normal file
@ -0,0 +1,62 @@
|
||||
cert = /etc/letsencrypt/live/example.com/cert.pem
|
||||
privkey = /etc/letsencrypt/live/example.com/privkey.pem
|
||||
chain = /etc/letsencrypt/live/example.com/chain.pem
|
||||
fullchain = /etc/letsencrypt/live/example.com/fullchain.pem
|
||||
|
||||
# Options and defaults used in the renewal process
|
||||
[renewalparams]
|
||||
apache_enmod = a2enmod
|
||||
no_verify_ssl = False
|
||||
ifaces = None
|
||||
apache_dismod = a2dismod
|
||||
register_unsafely_without_email = False
|
||||
uir = None
|
||||
installer = none
|
||||
config_dir = /etc/letsencrypt
|
||||
text_mode = False
|
||||
func = <function obtain_cert at 0x30c9500>
|
||||
prepare = False
|
||||
work_dir = /var/lib/letsencrypt
|
||||
tos = True
|
||||
init = False
|
||||
http01_port = 80
|
||||
duplicate = False
|
||||
key_path = None
|
||||
nginx = False
|
||||
fullchain_path = /home/user/letsencrypt/chain.pem
|
||||
email = user@example.com
|
||||
csr = None
|
||||
agree_dev_preview = None
|
||||
redirect = None
|
||||
verbose_count = -3
|
||||
config_file = None
|
||||
renew_by_default = False
|
||||
hsts = False
|
||||
authenticator = webroot
|
||||
domains = example.com,
|
||||
rsa_key_size = 2048
|
||||
checkpoints = 1
|
||||
manual_test_mode = False
|
||||
apache = False
|
||||
cert_path = /home/user/letsencrypt/cert.pem
|
||||
webroot_path = /srv/www/example.com/,
|
||||
strict_permissions = False
|
||||
apache_server_root = /etc/apache2
|
||||
account = f4c33502df3789849f617944253b35ae
|
||||
manual_public_ip_logging_ok = False
|
||||
chain_path = /home/user/letsencrypt/chain.pem
|
||||
standalone = False
|
||||
manual = False
|
||||
server = https://acme-v01.api.letsencrypt.org/directory
|
||||
standalone_supported_challenges = "http-01,tls-sni-01"
|
||||
webroot = True
|
||||
apache_init_script = None
|
||||
user_agent = None
|
||||
apache_ctl = apache2ctl
|
||||
apache_le_vhost_ext = -le-ssl.conf
|
||||
debug = False
|
||||
tls_sni_01_port = 443
|
||||
logs_dir = /var/log/letsencrypt
|
||||
configurator = None
|
||||
[[webroot_map]]
|
||||
example.com = /srv/www/example.com/
|
Reference in New Issue
Block a user