Gareth Williams
Gareth Williams
The default logo is approx 160x35 and the page layout works. However, if a taller logo is used (160x70) the first line of text (approx h1's worth) becomes hidden behind...
Running the following: step-ca --password-file ./secrets/password ./config/ca.json >output.txt 2>error.txt results in: -rw-r----- 1 step step 6640 Jan 10 08:15 error.log -rw-r----- 1 step step 0 Jan 10 07:59 output.log Notice...
Currently, within the `csr.py` module `CertificationRequestInfo` is defined as: ``` class CertificationRequestInfo(Sequence): _fields = [ ('version', Version), ('subject', Name), ('subject_pk_info', PublicKeyInfo), ('attributes', CRIAttributes, {'implicit': 0, 'optional': True}), ] ``` However,...
I'm currently running Technitium DNS in my lab environment. Due to resource limitations, I don't run all of my lab servers at a time, and start/stop AD domains as required....
The rfc4055 module has identifiers for raw sha224 to sha512, but none for the withRSAEncryption variants. It has the following, which is discussed in the 5th paragraph of RFC 4055...
**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [X] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md - [X] I...
**Important notices** Before you add a new report, we ask you kindly to acknowledge the following: - [X] I have read the contributing guide lines at https://github.com/opnsense/core/blob/master/CONTRIBUTING.md - [X] I...
### Issue As briefly discussed in https://discuss.linuxcontainers.org/t/delay-in-mounting-files-in-oci/24972 a file created on a container using a `file` block, such as the following, is not created until after the container has started....