mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-03-03 14:40:00 +01:00
remove tmp files after it have been used #438
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @j-ed on GitHub (Oct 6, 2019).
Today I checked the content of my /tmp folder and found a several files named "dehydrated-CAZeC3" etc. All contained the openssl.cnf files with some appended configuration lines:
It seems that the files are created in the
generate_alpn_certificate()function but have not been removed afterwards.@j-ed commented on GitHub (Jun 30, 2020):
Create pull request to get this issue fixed: https://github.com/dehydrated-io/dehydrated/pull/745
@lukas2511 commented on GitHub (Jul 5, 2020):
Thanks! PR merged into jsonsh branch, will be merged to master soon(ish).