Re: [PLUG] Renewing TLS/SSL certificate [RESOLVED]

2022-11-07 Thread Kevin Williams
Robert, No. I’ll give it a try sometime. Thanks, Kevin On Sun, Nov 6, 2022 at 6:49 PM, Robert Citek wrote: > Some of the questions that folks asked could be answered with some shell > commands. Here they are wrapped in a Docker container. > > docker container run --rm -i ubuntu:22.04 <<'eof'

Re: [PLUG] Renewing TLS/SSL certificate [RESOLVED]

2022-11-06 Thread Robert Citek
Some of the questions that folks asked could be answered with some shell commands. Here they are wrapped in a Docker container. docker container run --rm -i ubuntu:22.04 <<'eof' apt-get update apt-get install -y --no-install-recommends \ dnsutils whois netbase curl jq

Re: [PLUG] Renewing TLS/SSL certificate [RESOLVED]

2022-11-06 Thread Rich Shepard
On Sun, 6 Nov 2022, Kevin Williams wrote: Rich, do you use in managed hosting provider such as Go Daddy or Bluehost? Kevin, My web site is hosted by nearlyfreespeech.net. Rich

Re: [PLUG] Renewing TLS/SSL certificate [RESOLVED]

2022-11-06 Thread Kevin Williams
ZeroSSL, Let’s Encrypt, and Buypass are providers of ACME protocol TLS certificates that require renewal every 90 or 180 days. I believe all three providers do not charge for this service. I have experience with Let’s Encrypt. The Caddy Web server uses zeroSSL by default. Rich, do you use in

Re: [PLUG] Renewing TLS/SSL certificate [RESOLVED]

2022-11-06 Thread Bill Barry
On Sun, Nov 6, 2022 at 2:15 PM Rich Shepard wrote: > On Sun, 6 Nov 2022, Bill Barry wrote: > > > You already have this sorted, but if you were to use Let's Encrypt > > certificates then it is possible, if > configured > > correctly, to have the certificates

Re: [PLUG] Renewing TLS/SSL certificate [RESOLVED]

2022-11-06 Thread Rich Shepard
On Sun, 6 Nov 2022, Bill Barry wrote: You already have this sorted, but if you were to use Let's Encrypt certificates then it is possible, if configured correctly, to have the certificates automatically updated. Bill, If I wanted to pay ZeroSSL for a one-year

Re: [PLUG] Renewing TLS/SSL certificate [RESOLVED]

2022-11-06 Thread Randy Bush
> if you were to use Let's Encrypt then it is possible, if configured > correctly, to have the certificates automatically updated. +1

Re: [PLUG] Renewing TLS/SSL certificate [RESOLVED]

2022-11-06 Thread Bill Barry
On Sun, Nov 6, 2022 at 12:03 PM Rich Shepard wrote: > On Sun, 6 Nov 2022, Kevin Williams wrote: > > > I’m glad to see you got it installed successfully. I’m curious what app > > you used to re-issue the certificate. Certbot? Lego? > > Kevin, > > I didn't use an app. I logged into my zerossl.com

Re: [PLUG] Renewing TLS/SSL certificate [RESOLVED]

2022-11-06 Thread Rich Shepard
On Sun, 6 Nov 2022, Kevin Williams wrote: I’m glad to see you got it installed successfully. I’m curious what app you used to re-issue the certificate. Certbot? Lego? Kevin, I didn't use an app. I logged into my zerossl.com and followed the long process of having new certificate and private

Re: [PLUG] Renewing TLS/SSL certificate [RESOLVED]

2022-11-06 Thread Kevin Williams
Hi Rich, I’m glad to see you got it installed successfully. I’m curious what app you used to re-issue the certificate. Certbot? Lego? Kevin On Sun, Nov 6, 2022 at 8:44 AM, Rich Shepard wrote: > On Sun, 6 Nov 2022, Rich Shepard wrote: > >> What might have I done incorrectly? > > Perhaps it

Re: [PLUG] Renewing TLS/SSL certificate [RESOLVED]

2022-11-06 Thread Rich Shepard
On Sun, 6 Nov 2022, Rich Shepard wrote: What might have I done incorrectly? Perhaps it was uploading each file in two parts based on what 'less' presented in a virtual terminal. I inserted all three files in an emacs buffer, then copied all 104 lines to the proper text entry widget at my web