letsencrypt ドメイン削除
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*letsencrypt ドメイン削除 [#qf15d139]
バーチャルドメインの一つ www.nosmoke.jp を削除したサー...
# /root/bin/Certbot_Renew.sh
これは、以下の様なファイル
certbot renew --pre-hook "/usr/local/etc/rc.d/apache24 s...
すると、
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/bbb.smb.ne...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Hook 'pre-hook' ran with output:
Stopping apache24.
Waiting for PIDS: 89024.
Renewing an existing certificate for bbb.smb.net
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/www.nnn.or...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Renewing an existing certificate for www.nnn.or.jp
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/www.nosmok...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Renewing an existing certificate for www.nosmoke.jp
Failed to renew certificate www.nosmoke.jp with error: C...
(such as a web server). Please stop the program in quest...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/www.smb.ne...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Renewing an existing certificate for www.smb.net
Failed to renew certificate www.smb.net with error: Coul...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
The following renewals succeeded:
/usr/local/etc/letsencrypt/live/bbb.smb.net/fullchain....
/usr/local/etc/letsencrypt/live/www.nnn.or.jp/fullchai...
The following renewals failed:
/usr/local/etc/letsencrypt/live/www.nosmoke.jp/fullcha...
/usr/local/etc/letsencrypt/live/www.smb.net/fullchain....
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Hook 'post-hook' reported error code 1
Hook 'post-hook' ran with error output:
apache24 already running? (pid=89773).
2 renew failure(s), 0 parse failure(s)
Ask for help or search for solutions at https://communi...
削除した www.nosmoke.jp 以後の証明書作成がエラーしてい...
【参考URL】
https://sankame.github.io/blog/2018-04-30-letsencrypt_del...
上記を参考にさせて貰って、
/usr/local/etc/letsencrypt/live/www.nosmoke.jp を www.no...
/usr/local/etc/letsencrypt/renewal/www.nosmoke.jp.conf を...
# /root/bin/Certbot_Renew.sh
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/bbb.smb.ne...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Certificate not yet due for renewal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/www.nnn.or...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Certificate not yet due for renewal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/www.smb.ne...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Certificate not yet due for renewal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
The following certificates are not due for renewal yet:
/usr/local/etc/letsencrypt/live/bbb.smb.net/fullchain....
/usr/local/etc/letsencrypt/live/www.nnn.or.jp/fullchai...
/usr/local/etc/letsencrypt/live/www.smb.net/fullchain....
No renewals were attempted.
No hooks were run.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
とエラー無く終了し、無事 www.smb.net の証明書も更新され...
** /usr/local/etc/apache24/extra/httpd-vhosts.conf [#s1f...
www.smb.net がリロードで表示されなくなった。コンソールか...
# apachectl restart
Performing sanity check on apache24 configuration:
AH00526: Syntax error on line 67 of /usr/local/etc/apach...
SSLCertificateFile: file '/usr/local/etc/letsencrypt/liv...
削除するサイトの vhost 設定 も削除(コメントアウト)する。
########################################################...
# Add 2008 12 11 for uen.nosmoke.jp
# Mod 2018 12 11 for uen.nosmoke.jp
########################################################...
#<VirtualHost 219.117.246.217:443>
#Protocols h2 http/1.1
# DocumentRoot /usr/home/uen/public_html
# ServerName www.nosmoke.jp
# ErrorLog /var/log/nosmoke-error_log
# CustomLog /var/log/nosmoke_log common
# SSLEngine on
# SSLCertificateFile "/usr/local/etc/letsencrypt/live/ww...
# SSLCertificateKeyFile "/usr/local/etc/letsencrypt/live...
# <Directory "/usr/home/uen/public_html">
# Options FollowSymLinks
# AllowOverride None
# Require all granted
# </Directory>
#</VirtualHost>
// &color(文字色,背景色){インライン要素};
// &color(red,#ddffff){ Syntax OK};
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*letsencrypt ドメイン削除 [#qf15d139]
バーチャルドメインの一つ www.nosmoke.jp を削除したサー...
# /root/bin/Certbot_Renew.sh
これは、以下の様なファイル
certbot renew --pre-hook "/usr/local/etc/rc.d/apache24 s...
すると、
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/bbb.smb.ne...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Hook 'pre-hook' ran with output:
Stopping apache24.
Waiting for PIDS: 89024.
Renewing an existing certificate for bbb.smb.net
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/www.nnn.or...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Renewing an existing certificate for www.nnn.or.jp
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/www.nosmok...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Renewing an existing certificate for www.nosmoke.jp
Failed to renew certificate www.nosmoke.jp with error: C...
(such as a web server). Please stop the program in quest...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/www.smb.ne...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Renewing an existing certificate for www.smb.net
Failed to renew certificate www.smb.net with error: Coul...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
The following renewals succeeded:
/usr/local/etc/letsencrypt/live/bbb.smb.net/fullchain....
/usr/local/etc/letsencrypt/live/www.nnn.or.jp/fullchai...
The following renewals failed:
/usr/local/etc/letsencrypt/live/www.nosmoke.jp/fullcha...
/usr/local/etc/letsencrypt/live/www.smb.net/fullchain....
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Hook 'post-hook' reported error code 1
Hook 'post-hook' ran with error output:
apache24 already running? (pid=89773).
2 renew failure(s), 0 parse failure(s)
Ask for help or search for solutions at https://communi...
削除した www.nosmoke.jp 以後の証明書作成がエラーしてい...
【参考URL】
https://sankame.github.io/blog/2018-04-30-letsencrypt_del...
上記を参考にさせて貰って、
/usr/local/etc/letsencrypt/live/www.nosmoke.jp を www.no...
/usr/local/etc/letsencrypt/renewal/www.nosmoke.jp.conf を...
# /root/bin/Certbot_Renew.sh
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/bbb.smb.ne...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Certificate not yet due for renewal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/www.nnn.or...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Certificate not yet due for renewal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/www.smb.ne...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Certificate not yet due for renewal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
The following certificates are not due for renewal yet:
/usr/local/etc/letsencrypt/live/bbb.smb.net/fullchain....
/usr/local/etc/letsencrypt/live/www.nnn.or.jp/fullchai...
/usr/local/etc/letsencrypt/live/www.smb.net/fullchain....
No renewals were attempted.
No hooks were run.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
とエラー無く終了し、無事 www.smb.net の証明書も更新され...
** /usr/local/etc/apache24/extra/httpd-vhosts.conf [#s1f...
www.smb.net がリロードで表示されなくなった。コンソールか...
# apachectl restart
Performing sanity check on apache24 configuration:
AH00526: Syntax error on line 67 of /usr/local/etc/apach...
SSLCertificateFile: file '/usr/local/etc/letsencrypt/liv...
削除するサイトの vhost 設定 も削除(コメントアウト)する。
########################################################...
# Add 2008 12 11 for uen.nosmoke.jp
# Mod 2018 12 11 for uen.nosmoke.jp
########################################################...
#<VirtualHost 219.117.246.217:443>
#Protocols h2 http/1.1
# DocumentRoot /usr/home/uen/public_html
# ServerName www.nosmoke.jp
# ErrorLog /var/log/nosmoke-error_log
# CustomLog /var/log/nosmoke_log common
# SSLEngine on
# SSLCertificateFile "/usr/local/etc/letsencrypt/live/ww...
# SSLCertificateKeyFile "/usr/local/etc/letsencrypt/live...
# <Directory "/usr/home/uen/public_html">
# Options FollowSymLinks
# AllowOverride None
# Require all granted
# </Directory>
#</VirtualHost>
// &color(文字色,背景色){インライン要素};
// &color(red,#ddffff){ Syntax OK};
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: