python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
EST with Bouncy Castle
I try to request a new certificate via EST protocol from the EST test service URL “https://testrfc7030.com/”. The program uses Bouncy Castle for this.
I have already configured the EST service’s TA an...
Rufus Buschart
Votes: 0
Answers: 1
Java - Adding BinarySecurityToken right after wsu:Timestamp element
I have a soap request in form of a Document (org.w3c.dom) which I want to sign according to this example that has been provided to me:
<soapenv:Envelope xmlns:mod="...." xmlns:cor="....
Pasq
Votes: 0
Answers: 1
Convert vault PKI issued certificate to PFX format to be stored in windows
We have an internal Vault PKI used to generate certificates for Linux and windows machines.
For windows I'm using this package to communicate with the vault API
<# ...
code to dea...
Sabrine Mihni
Votes: 0
Answers: 2
How does Hyperledger-fabric confirms the user as a valid user in the network?
I know that a user must get an identity created by Certificate Authority(CA) before they join Hyperledger Fabric Network. The CA will create a public key and a private key to the user. When the user s...
Nurin Izzati Jafri
Votes: 0
Answers: 2