You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
531 B
21 lines
531 B
---
|
|
# Website Configurations
|
|
site_urls:
|
|
- psm.msolidariti.org
|
|
admin_email: naresh@msolidariti.org
|
|
|
|
# LetsEncrypt Configuration
|
|
|
|
acme_challenge_type: http-01
|
|
acme_directory: https://acme-v02.api.letsencrypt.org/directory
|
|
acme_version: 2
|
|
letsencrypt_dir: /etc/letsencrypt
|
|
letsencrypt_keys_dir: /etc/letsencrypt/keys
|
|
letsencrypt_csrs_dir: /etc/letsencrypt/csrs
|
|
letsencrypt_certs_dir: /etc/letsencrypt/certs
|
|
letsencrypt_account_key: /etc/letsencrypt/account/account.key
|
|
|
|
# FirewallD
|
|
firewalld_public_services:
|
|
- https
|
|
|
|
|