This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).
| <?php | |
| /** | |
| * Site Kit by Google Anonymize IPs plugin file. | |
| * | |
| * @package Google\Site_Kit_Anomyize_IPs | |
| * @author Felix Arntz, Google | |
| * @license GPL-2.0-or-later | |
| * @copyright 2019 Google Inc. | |
| * | |
| * @wordpress-plugin |
This focuses on generating the certificates for loading local virtual hosts hosted on your computer, for development only.
Do not use self-signed certificates in production ! For online certificates, use Let's Encrypt instead (tutorial).