python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
K8S cert-manager Letsencrypt certs for loadbalancers services
I'm facing an issue I have not been able to fix yet. I'm using cert-manager in my K8s cluster to issue certificates. It works well for resources which are exposed through Ingresses thanks to the annot...

moulip
Votes: 0
Answers: 0
I want to create a p12 file based on a cert file and a key file
Both the cert and the key file are of type string.
I tried using this:
RSACryptoServiceProvider rsaKey = new RSACryptoServiceProvider();
rsaKey.ImportParameters(keyfile);
X509Certificate2 cert = new ...
Sourav Parida
Votes: 0
Answers: 1
how to sign xml with xades signature
i need to sign xml file with standard xsades signature using java.
I know that i need to add extra field when generating signature:
A certificate can be considered a seal
That in the field descriptio...
Jacek Kaczmarek
Votes: 0
Answers: 2
Question on: ServicePointManager.ServerCertificateValidationCallback
Someone posted the code snippet here as a temporary workaround for accepting certificates. I would've followed up there but I don't have enough points to comment yet, so this has to be a new question....
Kevin
Votes: 0
Answers: 0