formating and vscode problems

This commit is contained in:
2022-03-05 17:28:04 -05:00
parent be5858428c
commit cddf809759
6 changed files with 574 additions and 52 deletions
+19
View File
@@ -0,0 +1,19 @@
To obtain a DNS verified certificate for the websockert server:
certbot certonly -d w02.wrede.ca -d ws.wrede.ca --dns-rfc2136 --dns-rfc2136-credentials /usr/local/etc/letsencrypt/certbot_dns_rfc2136.ini --dns-rfc2136-propagation-seconds 10
and the rfc2136.ini file looks like:
# Target DNS server
dns_rfc2136_server = 192.168.196.248
# Target DNS port
dns_rfc2136_port = 53
# TSIG key name
dns_rfc2136_name = tsig-key
# TSIG key secret
dns_rfc2136_secret = 1KsWP8ZkZxBDKS0RQ2n3bkz1xpVPtz3Tk1y3r/dF+4knwGBzscse8iewaEr/6jUtxaL1taGME6eqSDtV2SD8NQ==
# TSIG key algorithm
dns_rfc2136_algorithm = HMAC-SHA512