- Bavaria, Germany
- https://www.drmaxnix.de
- Joined on
2023-02-04
Block a user
1,356 contributions in the last 12 months
Less
More
PHP Warning: Undefined array key in mod/certstore.php
PHP Warning: Undefined array key in mod/certstore.php
Above code should really check whether given domain's cert is still being handled by certbot.
Optimize performance of daemon code
Characters broken on website
Support more path match operations
Set **Pre-Release** automatically in release workflow
PHP Warning: Undefined array key in mod/certstore.php
mod/certstore.php
Lines 275 to 279 in 146462e36d
// ignore domains being used |
|
if(isset($domain_list[$one_element])) continue; |
|
// ignore if not managed by certbot |
|
if($domain_list[$one_element]["cert"] !== null) continue; |
The first check ignores all domain which are still present in dataset.…
PHP Warning: Undefined array key in mod/certstore.php
0135d6d0de
🔀 merge pull request 'v1.0.7' (#20) from dev into main
f070e8edf4
🔖 bump version to v1.0.7
dab06636a8
📄 update copyright year