August Johann

Results 8 issues of August Johann

This pull request allows to specify CMS attributes by OID. This allows to protect E-Mail headers as specified in RFC7508.

Currently acme4j does not support the verification of incoming email messages. RFC 8823 describes two methods how outgoing email messages from the Certification Authority (CA) can be protected: - DomainKey...

enhancement

We switched in our project from `vm2` to `isolated-vm` recently. This worked fine, but installation slowed down a lot and I'm experiencing some troubles getting it installed on small machines...

`core::decompress()` strips offf `xz` and `tar.gz` packaging of cloud images. Please add `bzip2(1)` decompression to allow downloading images from OPNsense (https://opnsense.org/download/). Sample code to add: ``` elif echo "${_filepath} |...

RFC9115 allows a holder of an identifier to delegate certification requests to a third party. This epands the account object with an additional field called `delegations`. The delegations URL link...

enhancement

After closing #21, and #25 we're now back to the original error: ``` $ python3 cli.py cert --passphrase passphrase --config-dir . --work-dir . --logs-dir ./logs -e address@mail --contact contact@${HOSTNAME} --imap...

When ordering an identifier, type `dns` is used. An RFC8823 conformant order should have type set to `email`. Please see https://datatracker.ietf.org/doc/html/rfc8823#section-3 for more information.

wontfix

**Description** After upgrading from cosign 2.6.1 to cogisn 3.0.2, signing a container image in gitlab registry fails: ``` $ cosign sign "${CI_REGISTRY_IMAGE}@${digest}" Signing artifact... Error: signing [registry.gitlab.com/platynum/certification-authority/container@sha256:20b959ad5960230b65a77b746bdbf5d991ade4d7a129c2554e167acdcc990531]: signing digest: HEAD...

bug