Changes between Version 4 and Version 5 of WordPress/MultiSite
- Timestamp:
- 2017-09-23T22:33:37+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WordPress/MultiSite
v4 v5 87 87 </VirtualHost> 88 88 }}} 89 90 == SSL certificates == 91 It's nowadays easy to get valid SSL certificates if you chose for letsencrypt.org certificates. 92 The certificates are free, and renewal can be fully automated. 93 94 {{{ 95 yum install certbot-apache 96 }}}