miscellaneous_notes
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| miscellaneous_notes [2025/02/14 00:00] – [Twingate is not Tailscale and vice versa] mike | miscellaneous_notes [2025/11/09 10:06] (current) – mike | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| I download the text image to my PC and then head to https:// | I download the text image to my PC and then head to https:// | ||
| + | |||
| + | ==== NGINX Maintenance ==== | ||
| + | After repeated cycles of creating and deleting proxy hosts over the course of time, I found that I had lingering cert configurations that were no longer valid. | ||
| + | |||
| + | I finally was able to clean up the configurations by poring through them and removing what was stale. | ||
| + | |||
| + | Get into a bash prompt within the docker container and execute the **certbot certificates** command. | ||
| + | |||
| + | Certs can also be viewed individually by way of the following command syntax example: | ||
| + | certbot certificates --cert-name npm-20 | ||
| + | |||
| + | If it is then found that this particular cert is no longer needed, it can be removed with the following command example: | ||
| + | certbot delete --cert-name npm-20 | ||
| + | |||
miscellaneous_notes.txt · Last modified: by mike
