-
Hello. I just tried running DockOVPN on a Debian 12 installation and got the following error:
```
X509::parse_pem: error in cert::error:0909006C:PEM routines:get_name:no start line
```
After i…
-
There seem to be several mechanisms for issuer key validation (section 3.5).
Two mechanisms define fetching of keys (issuer metadata, DID), and one can be embedded or referenced (x509).
Would it…
-
`mbedtls_ssl_*` requires an x509 certificate chain object when verify is `MBEDTLS_SSL_VERIFY_OPTIONAL` or `MBEDTLS_SSL_VERIFY_REQUIRED`.
```
mbedtls_ssl_conf_authmode( &conf, MBEDTLS_SSL_VERIFY_OP…
-
Hello folks,
This is my first post. Please bear with me if I have made a mistake.
I am trying to connect to workday web-services with X509 signature. On the workday side, they have enabled the …
-
As `git` started to support [SSH signing since yesterday](https://github.com/git/git/pull/1041), I am polling interest to start supporting this in `go-git`. While we are at it, it would likely be bene…
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.20.3 linux/amd64
### Does this issue reproduce with the latest release?
Yes.
### What operating system…
-
# Summary
Currently, ArgoCD does support the verification of GPG commit signatures on the repositories it uses for syncing applications to clusters. ArgoCD should provide the option to verify commi…
-
Configure deployment using the default helm
## preheat
```bash
[root@xxxx ~]# curl --location --request POST 'http://10.29.18.87:30175/api/v1/jobs' --header 'Content-Type: application/json' -d …
-
const PRIVATEKEY = process.env.PRIVATEKEY;
const serviceAccount = {
type: process.env.TYPE,
project_id: process.env.PROJECTID,
private_key_id: process.env.PROJECTKEYID,
private_key: PRI…
-
**Describe the bug**
I fellow the step in README.md 's Installation to install the cpu-pooler service in my k3s with Kubernetes version v1.25.6.when I use the test container to test service is ok , I…