************************* Security Quick References ************************* .. contents:: Table of Contents This page contains templates or common code for Nginx .. _security: SSL === .. _lets-encrypt: Let's Encrypt ------------- * Use ``certbot`` to generate an SSL cert for an Nginx site .. code-block:: bash certbot --nginx .. admonition:: Source & license :class: note Reproduced **verbatim, without modification** from `© 2022, BilimEdtech Labs `__, licensed under `Creative Commons Attribution 4.0 International (CC BY 4.0) `__. Source page: https://labs.bilimedtech.com/cloud-computing/references/security.html See :doc:`LICENSE <../../LICENSE_edtech>` for the full license text.