๋ณธ๋ฌธ ๋ฐ”๋กœ๊ฐ€๊ธฐ
์„œ๋ฒ„/Linux

[Linux] certbot ๋ช…๋ น์œผ๋กœ ์ธ์ฆ์„œ ์‚ญ์ œํ•˜๋Š”๋ฐฉ๋ฒ•

by yunamom 2022. 4. 19.
๋ฐ˜์‘ํ˜•

์ธ์ฆ์„œ์‚ญ์ œ

โ—‡ ์ธ์ฆ์„œ ๋ชฉ๋ก ํ™•์ธ

ubuntu@:~$ sudo certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Found the following certs:
  Certificate Name: yunamom.duckdns.org
    Domains: yunamom.duckdns.org
    Expiry Date: 2022-04-17 23:33:36+00:00 (INVALID: EXPIRED)
    Certificate Path: /etc/letsencrypt/live/yunamom.duckdns.org/fullchain.pem
    Private Key Path: /etc/letsencrypt/live/yunamom.duckdns.org/privkey.pem
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

โ—‡ ์ธ์ฆ์„œ ์‚ญ์ œ ํ•˜๊ธฐ

ubuntu@:~$ sudo certbot delete
Saving debug log to /var/log/letsencrypt/letsencrypt.log

Which certificate(s) would you like to delete?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: yunamom.duckdns.org
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter 'c' to cancel): 1

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Deleted all files relating to certificate yunamom.duckdns.org.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

โ—‡ ์ธ์ฆ์„œ ๋ชฉ๋ก ํ™•์ธ

ubuntu@:~$ sudo certbot certificates
Saving debug log to /var/log/letsencrypt/letsencrypt.log

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
No certs found.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ubuntu@:~$
300x250

์ฝ”๋“œ