<\/span><\/h2>\n\n\n\nNow, it’s time to obtain and install the Let’s Encrypt certificate for your domain. Replace example.com with your actual domain name in the following command:<\/p>\n\n\n\n
# certbot --apache -d example.com<\/code><\/pre>\n\n\n\nCertbot will guide you through the process and prompt you to agree to the terms of service and provide an email address for renewal notifications.<\/p>\n\n\n\n
You can also just use the command:<\/p>\n\n\n\n
# certbot \u2013apache<\/code><\/pre>\n\n\n\nYou can also simply use the command certbot –apache menu without any options to obtain or renew SSL certificates for all domains or only select specific domains for which to obtain\/renew certificates. You will be asked to confirm the terms of services, and then you will be asked<\/p>\n\n\n\n
\u201cWhich names would you like to activate HTTPS for?\u201d\n\n1. Domain1.com\n\n2. Domain2.com\n\n3. Domain3.com<\/code><\/pre>\n\n\n\nOnce you select the domain, Let’s Encrypt will try to obtain and install an SSL certificate for that domain.<\/p>\n\n\n\n