https://github.com/notbobthebuilder/certbot-filecopy-installer
https://github.com/notbobthebuilder/certbot-filecopy-installer
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/notbobthebuilder/certbot-filecopy-installer
- Owner: NotBobTheBuilder
- License: mit
- Created: 2024-05-01T22:13:21.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-05T14:24:17.000Z (9 months ago)
- Last Synced: 2025-04-16T23:12:45.420Z (about 2 months ago)
- Language: Python
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Certbot Filecopy Installer
===This is a certbot plugin designed to install certificates by copying the file contents rather than just symlinks.
Useful for systems that create or deploy certbot certificates across execution boundaries like containers.
Usage
--`certbot --installer filecopy-installer --filecopy-installer-destination /path/to/your/desired/directory -d example.com .... your other certbot authentication and configuration options`