macOS: Certbot successful, where are , crt and .key files?

Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.

My domain is:
nsitech.net
I ran this command:
sudo certbot certonly --standalone
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Please enter the domain name(s) you would like on your certificate (comma and/or
space separated) (Enter 'c' to cancel): nsitech.net nsitech.app


You have an existing certificate that contains a portion of the domains you
requested (ref: /etc/letsencrypt/renewal/nsitech.net.conf)

It contains these names: nsitech.net

You requested these names for the new certificate: nsitech.net, nsitech.app.

Do you want to expand and replace this existing certificate with the new
certificate?


(E)xpand/(C)ancel: E
Renewing an existing certificate for nsitech.net and nsitech.app

Successfully received certificate.
Certificate is saved at: /etc/letsencrypt/live/nsitech.net/fullchain.pem
Key is saved at: /etc/letsencrypt/live/nsitech.net/privkey.pem
This certificate expires on 2024-05-05.
These files will be updated when the certificate renews.

NEXT STEPS:

  • The certificate will need to be renewed before it expires. Certbot can automatically renew the certificate in the background, but you may need to take steps to enable that functionality. See User Guide — Certbot 2.9.0.dev0 documentation for instructions.

If you like Certbot, please consider supporting our work by:


My web server is (include version):
Server version: Apache/2.4.56 (Unix)
The operating system my web server runs on is (include version):
macOS Sonoma
My hosting provider, if applicable, is:

I can login to a root shell on my machine (yes or no, or I don't know):
yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
no
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):

If you need other formats you have to script any conversions you want, see the openssl x509 manpage and the --deploy-hook certbot command line option.

5 Likes

Apache can use the .pem files directly. The .crt and .key names are arbitrary.

3 Likes
1 Like

Thank you

4 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.