Changes between Version 22 and Version 23 of idpiam2018
- Timestamp:
- Sep 13, 2018, 6:13:05 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
idpiam2018
v22 v23 191 191 <VirtualHost _default_:443> 192 192 ServerName idp.instXY.ac.lk:443 193 ServerAdmin admin@ example.org193 ServerAdmin admin@instXY.ac.lk 194 194 DocumentRoot /var/www/html 195 195 196 ...196 197 197 SSLEngine On 198 198 … … 212 212 # Enable HTTP Strict Transport Security with a 2 year duration 213 213 Header always set Strict-Transport-Security "max-age=63072000;includeSubDomains;preload" 214 ...214 215 215 SSLCertificateFile /root/certificates/idp-cert-server.crt 216 216 SSLCertificateKeyFile /root/certificates/idp-key-server.key 217 217 #SSLCertificateChainFile /root/certificates/publicCA.crt 218 ...218 219 219 </VirtualHost> 220 220 </IfModule>