This commit is contained in:
fro
2025-10-28 16:54:59 -05:00
parent d3a586e154
commit c4799746a5
2 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# - - - - - - - - - - - - - - - - - - -
# configuration of hw.op.fo / frode klevstul
# - - - - - - - - - - - - - - - - - - -
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# configuration of hw.op.fo / frode klevstul / oct 2025
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# http to https
server {

View File

@@ -2,12 +2,12 @@
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# install ssl cert for a specific domain / frode klevstul / oct 2025
#
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# documentation
# list of supported providers: https://github.com/acmesh-official/acme.sh/wiki/dnsapi
# digitalocean = dns_dgon
# hetzner = dns_hetzner
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
if [ "$EUID" -ne 0 ]
then echo "error: run as 'root'"