Open main menu

CDOT Wiki β

Changes

OPS345 Lab 5

No change in size, 01:52, 21 February 2022
Create your signed certificate
Let's Encrypt verifies that you're authorized to get a certificate for yourusername.ops345.ca by asking you to add a TXT record under that domain. It's a reasonable assumption that if you have control over the DNS records for a domain: it's your domain.
* Leave the terminal running certbot and go to Bindistrar to add the txt TXT record Let's Encrypt asked for.
* To avoid mistakes getting cached: double-check your record, then test it in another terminal on your workstation:<source>dig _acme-challenge.asmith15.ops345.ca TXT</source>
* If there is a mistake: note the TTL, it will make it hard for you to check that you fixed it correctly. But you can query the authoritative server for ops345.ca directly:<source>dig _acme-challenge.asmith15.ops345.ca TXT @littlesvr.ca</source>