SSL Expired, renew it?

My main domain SSL expired, I issued another one and yet it is shown as expired, do I need to delete the older one? if so, how do I do it?

Follow step two from here: 1 - Issuing SSL for website - 03 - SSL - CyberPanel Community

@CyberPanel said:
Follow step two from here: http://docs.cyberpanel.net/doku.php?id=issue_ssl_for_website

That’s what I did, it isn’t working

First run certbot renew on the command line and then follow this step.

@CyberPanel said:
First run certbot renew on the command line and then follow this step.

Then, that should be included on the doc…

This should run via cron, I will check.

Hi everyone.

My one site’s SSL certificate is time out and it did not renew automatically, too. I tried SSL manage from CyberPanel but it did not work. I took invalid SSL errors from browsers.

As above first I use “certbot renew” code from SSH and then again I tried manage SSL from CyberPanel and the problem is solved.

Hello friends!
My ssl certificate is expired and I can not renew it yet

At the command “certbot renew” returned the following:

Traceback (most recent call last):
File “/ bin / certbot”, line 6, in
from pkg_resources import load_entry_point
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 3088, in
@_call_aside
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 3072, in call_aside
f (* args, ** kwargs)
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 3101, in initialize_master_working_set
working_set = WorkingSet.build_master ()
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 574, in build_master
ws.require (
requires
)
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 892, in require
needed = self.resolve (parse_requirements (requirements))
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 786, in resolves
new_requirements = dist.requires (req.extras) [:: - 1]
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 2621, in requires
“% s has no such extra feature% r”% (self, ext)
pkg_resources.UnknownExtra: requests 2.6.0 has no such extra feature ‘security’

I did as 1 - Issuing SSL for website - 03 - SSL - CyberPanel Community
I select the domain and click on “Issue SSL”.
I continue with the problem.

Is there anything else I can do?
Thank you!!!

Hello friends! My ssl certificate is expired and I can not renew it yet

At the command “certbot renew” returned the following:

Traceback (most recent call last):
File “/ bin / certbot”, line 6, in
from pkg_resources import load_entry_point
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 3088, in
@_call_aside
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 3072, in call_aside
f (* args, ** kwargs)
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 3101, in initialize_master_working_set
working_set = WorkingSet.build_master ()
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 574, in build_master
ws.require (
requires
)
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 892, in require
needed = self.resolve (parse_requirements (requirements))
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 786, in resolves
new_requirements = dist.requires (req.extras) [:: - 1]
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 2621, in requires
“% s has no such extra feature% r”% (self, ext)
pkg_resources.UnknownExtra: requests 2.6.0 has no such extra feature ‘security’

I did as https://docs.cyberpanel.net/doku.php?id=issue_ssl_for_website
I select the domain and click on “Issue SSL”.
I continue with the problem.

Is there anything else I can do?
Thank you!!!

I’m also having this problem,
I already reported this but it did not work.
https://forums.cyberpanel.net/discussion/443/certbot-error#latest

even after upgrade the defect still continues:

File “/usr/bin/certbot”, line 11, in
load_entry_point(‘certbot==0.21.1’, ‘console_scripts’, ‘certbot’)()
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 476, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 2700, in load_entry_point
return ep.load()
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 2318, in load
return self.resolve()
File “/usr/lib/python2.7/site-packages/pkg_resources/init.py”, line 2324, in resolve
module = import(self.module_name, fromlist=[‘name’], level=0)
File “/usr/lib/python2.7/site-packages/certbot/main.py”, line 11, in
import zope.component
File “/usr/lib/python2.7/site-packages/zope/component/init.py”, line 19, in
from zope.interface import named
ImportError: cannot import name named

@tiagop2p @sorriso309

Submit a ticket: https://cyberpanel.net/support/

First run `certbot renew` on the command line and then follow this step.

this gives me this error:

certbot renew
Traceback (most recent call last):
File “/usr/bin/certbot”, line 9, in
load_entry_point(‘certbot==0.37.2’, ‘console_scripts’, ‘certbot’)()
File “/usr/lib/python2.7/site-packages/pkg_resources.py”, line 378, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File “/usr/lib/python2.7/site-packages/pkg_resources.py”, line 2566, in load_entry_point
return ep.load()
File “/usr/lib/python2.7/site-packages/pkg_resources.py”, line 2260, in load
entry = import(self.module_name, globals(),globals(), [‘name’])
File “/usr/lib/python2.7/site-packages/certbot/main.py”, line 17, in
from certbot import account
File “/usr/lib/python2.7/site-packages/certbot/account.py”, line 17, in
from acme import messages
File “/usr/lib/python2.7/site-packages/acme/messages.py”, line 11, in
from acme import challenges
File “/usr/lib/python2.7/site-packages/acme/challenges.py”, line 12, in
import requests
File “/usr/lib/python2.7/site-packages/requests/init.py”, line 97, in
from . import utils
File “/usr/lib/python2.7/site-packages/requests/utils.py”, line 28, in
from .compat import (
ImportError: cannot import name integer_types
[root@vps201156 ~]#