sh #httpd #ssl #letsencrypt

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh #httpd #ssl #letsencrypt相关的知识,希望对你有一定的参考价值。

in httpd.conf
<VirtualHost *:80>
    DocumentRoot "/www/example1"
    ServerName www.example.com

    # Other directives here
</VirtualHost>


yum install epel-release
yum install certbot python2-certbot-apache mod_ssl
certbot --apache -d example.com 
OR
 certbot --apache -d example.com -d www.example.com
 
 

以上是关于sh #httpd #ssl #letsencrypt的主要内容,如果未能解决你的问题,请参考以下文章

httpd.conf 和 ssl.conf 的区别

如何设置letsencrypt SSL证书并在Spring Boot应用程序中使用它?

基于mod_ssl模块实现httpd对ssl的支持

为 SSL 配置 Httpd

在 AWS Linux 中安装 SSL 后 HTTPD 停止

httpd - 配置SSL证书