Parcourir la source

fix(api): added get.desec to list of domain names required by www

Nils Wisiol il y a 6 ans
Parent
commit
b02247b3ed
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      www/README.md

+ 1 - 0
www/README.md

@@ -10,6 +10,7 @@ Certificate Setup
 Various SSL certificates for the external hostnames. For the following hostnames, put certificate and private key files into the certificate directory specified in your `.env` file. Name the files `${NAME}.cer` and `${NAME}.key` respectively, where `${NAME}` is one of:
    - `desec.${DESECSTACK_DOMAIN}` (e.g. desec.io)
    - `www.desec.${DESECSTACK_DOMAIN}`
+   - `get.desec.${DESECSTACK_DOMAIN}`
    - `checkip.dedyn.${DESECSTACK_DOMAIN}`
    - `checkipv4.dedyn.${DESECSTACK_DOMAIN}`
    - `checkipv6.dedyn.${DESECSTACK_DOMAIN}`