Questions tagged [modulus]
2 questions
1
vote
1 answer
How do I get the "n" (modulus) field in the jwk response
We have a web-service that follows RFC 7515 / JWT: it supplies public keys on a /jwt endpoint and encodes data transferred on its main endpoints into JOSE+JSON. Using several standard JAVA libraries to achieve this process everything is now up and…
Spork
- 255
- 4
- 11
1
vote
1 answer
How do I verify that an ssh public/private keypair go together, is it different for openssl and ssh-key generated keys?
Generating a Private Key...
$ openssl genrsa -out ./oci_api_key.pem 2048
Generate a Public Key...from the private key:
I'm trying to generate a public key from a private key in PEM format (the Base64 of a DER) by running:
$ openssl rsa -pubout -in…
leeand00
- 1,297
- 1
- 13
- 21