-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
cert-shifter not working with ecc certs. trivial name/directory pattern mismatch #9
Comments
Hmmm. |
https://github.com/dlangille/anvil/blob/master/cert-shifter#L41 is the culprit I think. If we have another check, for pulling |
1st test
|
2nd test
|
While here, use $(..) instead of `..` I have not tested this.
I created a new branch with the changes. I have not tested them. Are you comfortable testing them at your location? |
Evening. Yes, I will get the branch an test it within next days and will let you know. |
Any news? |
THe ecc certs issues from acme.sh have a cifferent naming scheme. the directory name is
/var/db/acme/certs/example.com_ecc/ but the cert name is example.com.cer and NOT example.com_ecc.cer.
I think this can be fixed very easy IF acme.sh sticks to this naming scheme.
The text was updated successfully, but these errors were encountered: