remove tmp files after it have been used #438

Closed
opened 2025-12-29 01:25:10 +01:00 by adam · 2 comments
Owner

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:

...
[SAN]
subjectAltName=DNS: ...
1.3.6.1.5.5.7.1.31=critical,DER ...

It seems that the files are created in the generate_alpn_certificate() function but have not been removed afterwards.

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: ``` ... [SAN] subjectAltName=DNS: ... 1.3.6.1.5.5.7.1.31=critical,DER ... ``` It seems that the files are created in the `generate_alpn_certificate()` function but have not been removed afterwards.
adam closed this issue 2025-12-29 01:25:10 +01:00
Author
Owner

@j-ed commented on GitHub (Jun 30, 2020):

Create pull request to get this issue fixed: https://github.com/dehydrated-io/dehydrated/pull/745

@j-ed commented on GitHub (Jun 30, 2020): Create pull request to get this issue fixed: https://github.com/dehydrated-io/dehydrated/pull/745
Author
Owner

@lukas2511 commented on GitHub (Jul 5, 2020):

Thanks! PR merged into jsonsh branch, will be merged to master soon(ish).

@lukas2511 commented on GitHub (Jul 5, 2020): Thanks! PR merged into jsonsh branch, will be merged to master soon(ish).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/dehydrated#438