安装 Certbot XAMPP Ubuntu

Posted

技术标签:

【中文标题】安装 Certbot XAMPP Ubuntu【英文标题】:Setup Certbot XAMPP Ubuntu 【发布时间】:2020-06-20 23:16:36 【问题描述】:

在通过以下链接设置 certbot 时,我在 Ubuntu 的 XAMPP 上遇到了麻烦: https://certbot.eff.org/lets-encrypt/ubuntubionic-apache

【问题讨论】:

【参考方案1】:

最后,如果您使用的是 Ubuntu 的 XAMPP,我解决了这个问题并编写了指南来帮助您。

主要部分:

sudo certbot --apache-ctl /opt/lampp/bin/apachectl

sudo nano /opt/lampp/etc/httpd.conf
------------
# Virtual hosts
Include etc/extra/httpd-vhosts.conf
Include etc/extra/httpd-vhosts-le-ssl.conf #Add it here

链接:https://github.com/oliguo/Server-Certbot-XAMPP-Ubuntu

【讨论】:

以上是关于安装 Certbot XAMPP Ubuntu的主要内容,如果未能解决你的问题,请参考以下文章

Certbot 使用 XAMPP 在 Ubuntu 16.04 上自动生成证书

ubuntu nginx 安装 certbot(letsencrypt)

Glassfish ssl安装与certbot

oneinstack 安装 https-certbot

Nginx使用certbot安装免费https证书使Nginx支持Https请求

免费SSL证书Let's Encrypt(certbot)安装使用教程