前端之家收集整理的这篇文章主要介绍了
linux部署多个ssl证书,php https证书,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
Box-sizing: border-Box; font-weight: 500; line-height: 1.1; color: rgb(51,51,51); margin-top: 1.6em; margin-bottom: 0.6em; font-size: 20px; white-space: normal;">Box-sizing: border-Box; font-weight: 700;">
Box-sizing: border-Box; font-weight: 500; line-height: 1.1; color: rgb(51,51); margin-top: 1.6em; margin-bottom: 0.6em; font-size: 20px; white-space: normal;">Box-sizing: border-Box; font-weight: 700;">linux部署多个ssl证书,PHP https证书,apache https,apache ssl
Box-sizing: border-Box; font-weight: 500; line-height: 1.1; color: rgb(51,51); margin-top: 1.6em; margin-bottom: 0.6em; font-size: 20px; white-space: normal;">ssl.cof配置文件
LoadModule ssl_module modules/mod_ssl.so
Listen 443
NameVirtualHost *:443
SSLPassPhraseDialog builtin
SSLSessionCache shmcb:/var/cache/mod_ssl/scache(512000)
SSLSessionCacheTimeout 300
SSLMutex default
SSLRandomSeed startup file:/dev/urandom 256
SSLRandomSeed connect builtin
SSLCryptoDevice builtin