dekeonus

Results 5 issues of dekeonus

It would be convenient to have a function to bundle the certificate chain into a single file for easier deployment for software expecting a pem bundle (and less likely a...

In https://github.com/OpenVPN/easy-rsa/blob/917d0780451dcf926d00f5dcac66627bd81d680d/easyrsa3/easyrsa#L4845-L4849 the `subjectAltName = $val` is added after *$EASYRSA_EXTRA_EXTS* This prohibits the user from using openssl [sections] in EASYRSA_EXTRA_EXTS. eg. adding `subjectAltName = whatever:foo` to the following will not...

development
discussion

On Windows, vanilla ONI creates the directory: %USERPROFILE%\Documents\Klei\OxygenNotIncluded\mods does the Modloader use this directory? if not currently can it changed; or at least use something like %USERPROFILE%\Documents\Klei\OxygenNotIncluded\modloader I don't like...

In 0.17.46 the defender capsule was changed so it no longer requires robot frames.

in _stat() *meta['filename']* is never set and *$meta['extension']* is set to null (both in the check for existence in attributeCache and when constructing meta from the this->fs object). https://github.com/barryvdh/elfinder-flysystem-driver/blob/91267e18bb6827cd563c82345286a74e7a509ca5/src/Driver.php#L268-L274 *Background:...