「Xserver VPSでDebianサーバ構築/SMTPサーバ設定」の版間の差分
ナビゲーションに移動
検索に移動
(→設定) |
(→証明書) |
||
14行目: | 14行目: | ||
<nowiki> |
<nowiki> |
||
$ sudo certbot certonly --webroot --webroot-path /var/www/html -d www.example.com |
$ sudo certbot certonly --webroot --webroot-path /var/www/html -d www.example.com |
||
</nowiki> |
|||
または |
|||
<nowiki> |
|||
$ sudo certbot certonly --standalone -d www.example.com |
$ sudo certbot certonly --standalone -d www.example.com |
||
</nowiki> |
</nowiki> |
2023年4月19日 (水) 02:57時点における版
概要
次の表のとおりである。
メールサーバ | Postfix |
設定
証明書
$ sudo certbot certonly --webroot --webroot-path /var/www/html -d www.example.com
または
$ sudo certbot certonly --standalone -d www.example.com