We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You want us to (blindly) execute a shell script, it would be great to provide some basic info in the README:
I just want to create certs with a DNS provider. Probably I can set email with other credentials and don't need any cron job.
The text was updated successfully, but these errors were encountered:
The install is actually in acme.sh, all this does is download it and enter your email address.
AI definition:
It defines a function _exists that checks if a given command is available on the system.
It sets the BRANCH variable to "master" if it's not already defined.
It extracts the _email parameter from the command-line arguments, which is expected to be in the format "email=[email protected]".
It constructs the URL "https://raw.githubusercontent.com/acmesh-official/acme.sh/$BRANCH/acme.sh" to download the acme.sh script.
It determines the appropriate method to download the script, either using curl or wget, and stores the command in the _get variable.
Finally, it downloads the acme.sh script and runs it with the --install-online option, passing the _email parameter and any additional arguments.
If the installation fails, the script prints an error message and provides a link to the installation instructions for users in China.
Sorry, something went wrong.
No branches or pull requests
You want us to (blindly) execute a shell script, it would be great to provide some basic info in the README:
I just want to create certs with a DNS provider. Probably I can set email with other credentials and don't need any cron job.
The text was updated successfully, but these errors were encountered: