No renewals were attempted
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
* certbot renew de Error 2023/09/02 [#w7ea0555]
明日が某サイトの「サイト証明書」の期限なので、certbot ren...
# certbot renew
Traceback (most recent call last):
File "/usr/local/bin/certbot", line 33, in <module>
sys.exit(load_entry_point('certbot==2.6.0', 'console...
File "/usr/local/bin/certbot", line 25, in importlib_l...
return next(matches).load()
File "/usr/local/lib/python3.9/importlib/metadata.py",...
module = import_module(match.group('module'))
File "/usr/local/lib/python3.9/importlib/__init__.py",...
return _bootstrap._gcd_import(name[level:], package,...
File "<frozen importlib._bootstrap>", line 1030, in _g...
File "<frozen importlib._bootstrap>", line 1007, in _f...
File "<frozen importlib._bootstrap>", line 986, in _fi...
File "<frozen importlib._bootstrap>", line 680, in _lo...
File "<frozen importlib._bootstrap_external>", line 85...
File "<frozen importlib._bootstrap>", line 228, in _ca...
File "/usr/local/lib/python3.9/site-packages/certbot/m...
from certbot._internal import main as internal_main
File "/usr/local/lib/python3.9/site-packages/certbot/_...
import josepy as jose
File "/usr/local/lib/python3.9/site-packages/josepy/__...
from josepy.json_util import (
File "/usr/local/lib/python3.9/site-packages/josepy/js...
from OpenSSL import crypto
File "/usr/local/lib/python3.9/site-packages/OpenSSL/_...
from OpenSSL import crypto, SSL
File "/usr/local/lib/python3.9/site-packages/OpenSSL/c...
_lib.OpenSSL_add_all_algorithms()
AttributeError: module 'lib' has no attribute 'OpenSSL_a...
[[certbot実行時のエラー:https://admnote.paix.jp/2022/10/c...
portupgrade -ar --batch
してから、certbot renew したら・・・
# pkg info -dr py39-certbot-2.6.0,1
py39-certbot-2.6.0,1
Depends on :
py39-distro-1.8.0_2
py39-josepy-1.13.0
py39-cryptography-41.0.3,1
py39-acme-2.6.0,1
python39-3.9.17
py39-setuptools-63.1.0_1
py39-pytz-2023.3,1
py39-pyrfc3339-1.1
py39-parsedatetime-2.6
py39-configobj-5.0.8
py39-configargparse-1.5.3
のような状態になって、py39-cryptography-41.0.3,1 となって...
# certbot renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/sun1.smb.n...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Hook 'pre-hook' ran with output:
Stopping apache24.
Waiting for PIDS: 44612.
Renewing an existing certificate for sun1.smb.net
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Congratulations, all renewals succeeded:
/usr/local/etc/letsencrypt/live/sun1.smb.net/fullchain...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Hook 'post-hook' ran with output:
Performing sanity check on apache24 configuration:
Starting apache24.
Hook 'post-hook' ran with error output:
Syntax OK
と、通った!! ギリ・セーフw
----
*No renewals were attempted [#wac051bb]
Let's Encrypt certificate expiration notice for domain "...
というメールが来たので、・・・
** # certbot renew [#b075ae89]
したら、・・・
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
No renewals were attempted.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
え”!?
/var/log/letsencrypt/letsencrypt.log
2018-12-11 06:35:50,075:DEBUG:certbot.main:certbot versi...
2018-12-11 06:35:50,076:DEBUG:certbot.main:Arguments: []
2018-12-11 06:35:50,076:DEBUG:certbot.main:Discovered pl...
PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint...
2018-12-11 06:35:50,162:DEBUG:certbot.log:Root logging l...
2018-12-11 06:35:50,163:INFO:certbot.log:Saving debug lo...
2018-12-11 06:35:50,224:DEBUG:certbot.renewal:no renewal...
** # certbot [#t525bb80]
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certbot doesn't know how to automatically configure the ...
However, it can still get a certificate for you. Please ...
You'll need to manually configure your web server to use...
* py-certbotを再インストールする [#w2060974]
450 11:25 cd /usr/ports/security/py-certbot
451 11:25 ll
452 11:25 make deinstall
453 11:25 portinstall security/py-certbot
# certbot renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /etc/letsencrypt/renewal/blackcube.smb.net.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Cert not yet due for renewal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /etc/letsencrypt/renewal/www.smb.net.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Cert not yet due for renewal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
The following certs are not due for renewal yet:
/etc/letsencrypt/live/blackcube.smb.net/fullchain.pem ...
/etc/letsencrypt/live/www.smb.net/fullchain.pem expire...
No renewals were attempted.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
ありゃ!? .pem の位置が変わっとるではないかっ!
結局、&color(red){ports のインストール場所がかわっていて...
/usr/local/etc/letsencrypt ⇒ /etc/letsencrypt/
もう・・・・
と、思っていたら、
*【2018年12月15日】 [#g358a6ab]
Name : py27-certbot
Version : 0.29.1_2,1
Installed on : Sat Dec 15 04:13:13 2018 JST
&color(red){でインストール先が本へ戻りました。}; orz
もう・・・・・・
* # certbot certonly --standalone -d piano2nd.smb.net [#x...
/usr/local/etc/letsencrypt以下のキーなどを移動しても、シ...
ということで、Apacheをいったん止めてから作成。
* /usr/local/etc/apache24/extra/httpd-ssl.conf 改訂 [#v40...
pemの在処を "/etc/letsencrypt/live/www.smb.net/fullchain....
<VirtualHost _default_:443>
: :
SSLCertificateFile "/etc/letsencrypt/live/www.smb.net/fu...
SSLCertificateKeyFile "/etc/letsencrypt/live/www.smb.net...
: :
</VirtualHost>
【参考URL】
https://freebsd.sing.ne.jp/daily/13/03.html
https://qiita.com/ma7ma7pipipi/items/679c555b66de99e01e58
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
* certbot renew de Error 2023/09/02 [#w7ea0555]
明日が某サイトの「サイト証明書」の期限なので、certbot ren...
# certbot renew
Traceback (most recent call last):
File "/usr/local/bin/certbot", line 33, in <module>
sys.exit(load_entry_point('certbot==2.6.0', 'console...
File "/usr/local/bin/certbot", line 25, in importlib_l...
return next(matches).load()
File "/usr/local/lib/python3.9/importlib/metadata.py",...
module = import_module(match.group('module'))
File "/usr/local/lib/python3.9/importlib/__init__.py",...
return _bootstrap._gcd_import(name[level:], package,...
File "<frozen importlib._bootstrap>", line 1030, in _g...
File "<frozen importlib._bootstrap>", line 1007, in _f...
File "<frozen importlib._bootstrap>", line 986, in _fi...
File "<frozen importlib._bootstrap>", line 680, in _lo...
File "<frozen importlib._bootstrap_external>", line 85...
File "<frozen importlib._bootstrap>", line 228, in _ca...
File "/usr/local/lib/python3.9/site-packages/certbot/m...
from certbot._internal import main as internal_main
File "/usr/local/lib/python3.9/site-packages/certbot/_...
import josepy as jose
File "/usr/local/lib/python3.9/site-packages/josepy/__...
from josepy.json_util import (
File "/usr/local/lib/python3.9/site-packages/josepy/js...
from OpenSSL import crypto
File "/usr/local/lib/python3.9/site-packages/OpenSSL/_...
from OpenSSL import crypto, SSL
File "/usr/local/lib/python3.9/site-packages/OpenSSL/c...
_lib.OpenSSL_add_all_algorithms()
AttributeError: module 'lib' has no attribute 'OpenSSL_a...
[[certbot実行時のエラー:https://admnote.paix.jp/2022/10/c...
portupgrade -ar --batch
してから、certbot renew したら・・・
# pkg info -dr py39-certbot-2.6.0,1
py39-certbot-2.6.0,1
Depends on :
py39-distro-1.8.0_2
py39-josepy-1.13.0
py39-cryptography-41.0.3,1
py39-acme-2.6.0,1
python39-3.9.17
py39-setuptools-63.1.0_1
py39-pytz-2023.3,1
py39-pyrfc3339-1.1
py39-parsedatetime-2.6
py39-configobj-5.0.8
py39-configargparse-1.5.3
のような状態になって、py39-cryptography-41.0.3,1 となって...
# certbot renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /usr/local/etc/letsencrypt/renewal/sun1.smb.n...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Hook 'pre-hook' ran with output:
Stopping apache24.
Waiting for PIDS: 44612.
Renewing an existing certificate for sun1.smb.net
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Congratulations, all renewals succeeded:
/usr/local/etc/letsencrypt/live/sun1.smb.net/fullchain...
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Hook 'post-hook' ran with output:
Performing sanity check on apache24 configuration:
Starting apache24.
Hook 'post-hook' ran with error output:
Syntax OK
と、通った!! ギリ・セーフw
----
*No renewals were attempted [#wac051bb]
Let's Encrypt certificate expiration notice for domain "...
というメールが来たので、・・・
** # certbot renew [#b075ae89]
したら、・・・
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
No renewals were attempted.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
え”!?
/var/log/letsencrypt/letsencrypt.log
2018-12-11 06:35:50,075:DEBUG:certbot.main:certbot versi...
2018-12-11 06:35:50,076:DEBUG:certbot.main:Arguments: []
2018-12-11 06:35:50,076:DEBUG:certbot.main:Discovered pl...
PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint...
2018-12-11 06:35:50,162:DEBUG:certbot.log:Root logging l...
2018-12-11 06:35:50,163:INFO:certbot.log:Saving debug lo...
2018-12-11 06:35:50,224:DEBUG:certbot.renewal:no renewal...
** # certbot [#t525bb80]
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Certbot doesn't know how to automatically configure the ...
However, it can still get a certificate for you. Please ...
You'll need to manually configure your web server to use...
* py-certbotを再インストールする [#w2060974]
450 11:25 cd /usr/ports/security/py-certbot
451 11:25 ll
452 11:25 make deinstall
453 11:25 portinstall security/py-certbot
# certbot renew
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /etc/letsencrypt/renewal/blackcube.smb.net.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Cert not yet due for renewal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Processing /etc/letsencrypt/renewal/www.smb.net.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
Cert not yet due for renewal
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
The following certs are not due for renewal yet:
/etc/letsencrypt/live/blackcube.smb.net/fullchain.pem ...
/etc/letsencrypt/live/www.smb.net/fullchain.pem expire...
No renewals were attempted.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - ...
ありゃ!? .pem の位置が変わっとるではないかっ!
結局、&color(red){ports のインストール場所がかわっていて...
/usr/local/etc/letsencrypt ⇒ /etc/letsencrypt/
もう・・・・
と、思っていたら、
*【2018年12月15日】 [#g358a6ab]
Name : py27-certbot
Version : 0.29.1_2,1
Installed on : Sat Dec 15 04:13:13 2018 JST
&color(red){でインストール先が本へ戻りました。}; orz
もう・・・・・・
* # certbot certonly --standalone -d piano2nd.smb.net [#x...
/usr/local/etc/letsencrypt以下のキーなどを移動しても、シ...
ということで、Apacheをいったん止めてから作成。
* /usr/local/etc/apache24/extra/httpd-ssl.conf 改訂 [#v40...
pemの在処を "/etc/letsencrypt/live/www.smb.net/fullchain....
<VirtualHost _default_:443>
: :
SSLCertificateFile "/etc/letsencrypt/live/www.smb.net/fu...
SSLCertificateKeyFile "/etc/letsencrypt/live/www.smb.net...
: :
</VirtualHost>
【参考URL】
https://freebsd.sing.ne.jp/daily/13/03.html
https://qiita.com/ma7ma7pipipi/items/679c555b66de99e01e58
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: