You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traefik Dashboard on port 9090 https://dashboard.example.com:9090/
Stalwart Email Server admin interface https://mail.example.com/
Verify Stalwart Email Server https://www.mail-tester.com/ https://internet.nl/
Use Lego ACME DNS-01 to validate and save PEM, KEY, and CRT certificates locally on your VPS
# STEP 1:
# Generate local ACME certificates on VPS
# ./lego -a --pem --email "xxxxxxxxx@gmail.com" --domains "example.com" --domains "*.example.com" --dns manual run
# STEP 2:
# OPEN URL https://toolbox.googleapps.com/apps/dig/#TXT/
# and enter
# _acme-challenge.example.com.
#
# verify TXT value matches what was entered in the DNS from LEGO "sOQf--------UnKbcE"
# STEP 3:
# COPY the "certifcates" folder from the ".lego" directory to a new "certs" directory
# cp -fr .lego/certificates/ certs
# ├── certs
# │ ├── example.com.crt
# │ ├── example.com.issuer.crt
# │ ├── example.com.json
# │ ├── example.com.key
# │ └── example.com.pem
#### NOTE: Not shown is the manual process of entering the TXT records from the LEGO challenge response into the VPS DNS records
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
network.sh
docker exec -it mailserver /bin/bash
Beta Was this translation helpful? Give feedback.
All reactions