- 工信部备案号 滇ICP备05000110号-1
- 滇公网安备53011102001527号
- 增值电信业务经营许可证 B1.B2-20181647、滇B1.B2-20190004
- 云南互联网协会理事单位
- 安全联盟认证网站身份V标记
- 域名注册服务机构许可:滇D3-20230001
- 代理域名注册服务机构:新网数码
- CN域名投诉举报处理平台:电话:010-58813000、邮箱:service@cnnic.cn
ServerAdmin admin@ domain.com Document...">
Apache 安装设置证书支持https
Listen 443
80端口配置开始
ServerAdmin admin@ domain.com
DocumentRoot "{此处写网站绝对路径}"
DirectoryIndex index.html index.php
ServerName domain.com
ServerAlias www.landui.com
Options FollowSymLinks
AllowOverride All
Require all granted
## 80端口结束
## 443端口 SSL配置开始
ServerAdmin admin@domain.com
DocumentRoot "{此处写网站绝对路径}"
DirectoryIndex index.html index.php
ServerName domain.com #域名
ServerAlias www.landui.com #域名
SSLEngine on
SSLCertificateFile ssl\2_domain.com.crt
SSLCertificateKeyFile ssl\3_domain.com.key
SSLCertificateChainFile ssl\1_root_bundle.crt
# 把下载好的证书加压出来复制到Apahce 安装目录下 ssl 文件夹内,分别修改上面三行中的
# 2_domain.com.crt 3_domain.com.key 1_root_bundle.crt 为您的证书文件名称
Options FollowSymLinks
AllowOverride All
Require all granted
# SSL配置结束
售前咨询
售后咨询
备案咨询
二维码

TOP