-
### Description
Please consider adding support for forcing legacy mode for `openssl_pkcs12_export`. Currently the only workaround I know, is to switch completely to calling command line `openssl pkcs…
-
It would be nice to have the pkcs12_archive password read from an enviroment variable., if not specified in de .tf file.
eg. PKCS12_ARCHIVE_PASSWORD="secret password"
and then start terraform/tofu
-
Hi, I'm currently trying to upgrade an application from node 10.x to node 22.10.0 and the following now fails for me (when it worked in node 10).
```javascript
const https = require('https')
cons…
-
We have below config but no metrics is available for p12 certs. Is this solution supports .p12
./app --secrets-include-glob=test-*.crt --secrets-include-glob=ca.crt --secrets-include-glob=*.p12 --log…
-
**Describe the bug**
we are using a IAIK java library to create mldsa44 key and certificate and store into a PKCS#12 in java.
Trying to open the pkcs12 in openssl oqs failed.
Recompiled the oqs …
-
### Expected Behavior
Currently
```
platforms/core-configuration/encryption-services/src/main/kotlin/org/gradle/internal/encryption/impl/KeyStoreKeySource.kt: const val KEYSTORE_TYPE = "pkcs1…
-
trust-manager's .p12 certificates cannot be loaded on systems that enforce FIPS. Example CA bundle:
```
apiVersion: trust.cert-manager.io/v1alpha1
kind: Bundle
metadata:
name: ca-bundle
spec…
jstaf updated
1 month ago
-
### Summary
I created the PKCS#12 archive by doing:
```bash
openssl genrsa -out private_key.pem 2048
openssl req -new -x509 -key private_key.pem -out certificate.pem -days 365 -subj “/CN=key-a…
-
When loading a PKCS12 keystore containing just a RAW-format symmetric key (generated via keytool with SunJCE), SunJCE obviously succeeds in retrieving the key. However, both generating such a keystore…
-
Do you have any plans on supporting PKCS12 / PFX aswell?