certbotを入れる
LinuxにLetsEncryptを利用するためのcertbotを導入します。
どのようなcertbotが用意されているかは、 dnf search certbot コマンドを実行すると一覧が取得できます。
[root@Alma800 ~]# dnf search certbot メタデータの期限切れの最終確認: 2:33:07 時間前の 2022年06月02日 07時31分32秒 に実施しました。 ================================================== 名前 完全一致: certbot =================================================== certbot.noarch : A free, automated certificate authority client ================================================= 名前 & 概要 一致: certbot ================================================= python-certbot-dns-cloudflare-doc.noarch : certbot-dns-cloudflare documentation python-certbot-dns-cloudxns-doc.noarch : certbot-dns-cloudxns documentation python-certbot-dns-dnsimple-doc.noarch : certbot-dns-dnsimple documentation python-certbot-dns-dnsmadeeasy-doc.noarch : certbot-dns-dnsmadeeasy documentation python-certbot-dns-gehirn-doc.noarch : Documentation for python-certbot-dns-gehirn python-certbot-dns-linode-doc.noarch : Documentation for python-certbot-dns-linode python-certbot-dns-luadns-doc.noarch : certbot-dns-luadns documentation python-certbot-dns-nsone-doc.noarch : certbot-dns-nsone documentation python-certbot-dns-ovh-doc.noarch : Documentation for python-certbot-dns-ovh python-certbot-dns-sakuracloud-doc.noarch : Documentation for python-certbot-dns-sakuracloud python3-certbot.noarch : Python 3 libraries used by certbot python3-certbot-apache.noarch : The apache plugin for certbot python3-certbot-dns-cloudflare.noarch : Cloudflare DNS Authenticator plugin for Certbot python3-certbot-dns-cloudxns.noarch : CloudXNS DNS Authenticator plugin for Certbot python3-certbot-dns-digitalocean.noarch : DigitalOcean DNS Authenticator plugin for Certbot python3-certbot-dns-dnsimple.noarch : DNSimple DNS Authenticator plugin for Certbot python3-certbot-dns-dnsmadeeasy.noarch : DNS Made Easy DNS Authenticator plugin for Certbot python3-certbot-dns-gehirn.noarch : Gehirn Infrastructure Service DNS Authenticator plugin for Certbot python3-certbot-dns-google.noarch : Google Cloud DNS Authenticator plugin for Certbot python3-certbot-dns-linode.noarch : Linode DNS Authenticator plugin for Certbot python3-certbot-dns-luadns.noarch : LuaDNS Authenticator plugin for Certbot python3-certbot-dns-nsone.noarch : NS1 DNS Authenticator plugin for Certbot python3-certbot-dns-ovh.noarch : OVH DNS Authenticator plugin for Certbot python3-certbot-dns-rfc2136.noarch : RFC 2136 DNS Authenticator plugin for Certbot python3-certbot-dns-route53.noarch : Route53 DNS Authenticator plugin for Certbot python3-certbot-dns-sakuracloud.noarch : Sakura Cloud DNS Authenticator plugin for Certbot python3-certbot-nginx.noarch : The nginx plugin for certbot
このサーバではapacheを使っているので、以下のコマンドでbotをインストールします。
dnf install certbot certbot-apache