-
Notifications
You must be signed in to change notification settings - Fork 26
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
20.09: preliminary self-signed certificates fail to generate #72
Comments
Wild guess: when PermissionsStartOnly was deprecated, it was changed to have the same semantics as adding the + prefix to everything except ExecStart. This would mean that the PrivateTmp (acmeSuppliedPreliminary sets it in addition to PermissionsStartOnly) is now ExecStart-specific, breaking the service |
If that's the case, this could be fixed by using |
Yes, setting |
@fgaz What came of this? |
Really weird. The ExecStart didn't fail, so server.key should be there
The text was updated successfully, but these errors were encountered: