He said he used certbot. ️
If you just ran certbot
and followed the prompts, do that again and it should offer to do www for you.
If you did it all on the command line, you can run:
certbot --expand --apache -d checkingjob.com,www.checkingjob.com
Replace --apache
with whatever plugin options you used before, if different (maybe nginx
or webroot
).