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.
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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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).