Skip to content

added: arguments-install=--ecc to fix Menci/acme#2#3

Open
tlscertificate wants to merge 1 commit intoMenci:mainfrom
tlscertificate:main
Open

added: arguments-install=--ecc to fix Menci/acme#2#3
tlscertificate wants to merge 1 commit intoMenci:mainfrom
tlscertificate:main

Conversation

@tlscertificate
Copy link
Copy Markdown

add arguments-install=--ecc can resolve this problem

add `arguments-install`=`--ecc` to resolve this problem
Comment thread action.yml
ACME_SH_TEMP_FILE_FULLCHAIN="$ACME_SH_TEMP_DIR/fullchain.pem"
ACME_SH_TEMP_FILE_KEY="$ACME_SH_TEMP_DIR/key.pem"
~/.acme.sh/acme.sh --install-cert -d "$ACME_SH_FIRST_DOMAIN" --fullchain-file "$ACME_SH_TEMP_FILE_FULLCHAIN" --key-file "$ACME_SH_TEMP_FILE_KEY"
~/.acme.sh/acme.sh --install-cert -d "$ACME_SH_FIRST_DOMAIN" --fullchain-file "$ACME_SH_TEMP_FILE_FULLCHAIN" --key-file "$ACME_SH_TEMP_FILE_KEY" "$ACME_SH_INPUT_INSTALL_ARGS_PREPENDED"
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It shouldn't be wrapped with double quotes, or multiple arguments splitted with spaces will be treat as one argument.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Additionally, since it's in the end of the argument list, it should be named "appended" instead of "prepended".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants