MediaWiki:Installasi on Ubuntu 20.04 (Nginx): Difference between revisions

Line 102: Line 102:


'''Where'''
'''Where'''
*<nowiki>--nginx</nowiki>: Use the nginx plugin.
*<code>--nginx</code>: Use the nginx plugin.
*<nowiki>--apache</nowiki>: Use the Apache plugin.
*<code>--apache</code>: Use the Apache plugin.
*<nowiki>--agree-tos</nowiki>: Agree to terms of service.
*<code>--agree-tos</code>: Agree to terms of service.
*<nowiki>--redirect</nowiki>: Force HTTPS by 301 redirect.
*<code>--redirect</code>: Force HTTPS by 301 redirect.
*<nowiki>--hsts</nowiki>: Add the Strict-Transport-Security header to every HTTP response. Forcing browser to always use TLS for the domain. Defends against SSL/TLS Stripping.
*<code>--hsts</code>: Add the Strict-Transport-Security header to every HTTP response. Forcing browser to always use TLS for the domain. Defends against SSL/TLS Stripping.
*<nowiki>--staple-ocsp</nowiki>: Enables OCSP Stapling. A valid OCSP response is stapled to the certificate that the server offers during TLS.
*<code>--staple-ocsp</code>: Enables OCSP Stapling. A valid OCSP response is stapled to the certificate that the server offers during TLS.


*The certificate should now be obtained and automatically installed.
*The certificate should now be obtained and automatically installed.