Generate certificate for the Cisco Expressway

Goodnight. I would like to know if anyone has a step-by-step manual to generate certificates for the Cisco Expressway. I got this web page. But I do not understand very clearly how is the procedure. https://mycollablab.org/2017/08/letsencrypt-an-expressway/

I hope you can help me and you can share the information through this forum

Hi @rodesvera

the site says: Install Certbot, then use

sudo certbot certonly --manual --preferred-challenges dns -d domain.org,expe-01.domain.org

So install Certbot:

sudo add-apt-repository ppa:certbot/certbot
sudo apt-get update
sudo apt-get install certbot python-certbot-apache

First, read the basics.

Then check

to understand the different challenge types. You have to use --manual with dns, that should always work.

1 Like

You will have more detailed information about this process?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.