This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # apit - acme.sh post install tool | |
| # | |
| # You issued certs from acme.sh, now where do they go? | |
| # apit solves this problem by giving you a "configuration file", | |
| # | |
| # Two problems are solved here, | |
| # * Prevent typing exorbitantly long commands and making common mistakes | |
| # * Properly specify user/group for the certs |