Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rsatrio/csr-pkcs10-subjectalternativename
CSR/PKCS10 Generator Example with SubjectAlternativeName Extension and RFC 4683
https://github.com/rsatrio/csr-pkcs10-subjectalternativename
certificate-signing-request java pkcs10 subject-alternative-name
Last synced: 10 days ago
JSON representation
CSR/PKCS10 Generator Example with SubjectAlternativeName Extension and RFC 4683
- Host: GitHub
- URL: https://github.com/rsatrio/csr-pkcs10-subjectalternativename
- Owner: rsatrio
- License: mit
- Created: 2021-02-27T12:34:09.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T22:16:57.000Z (over 2 years ago)
- Last Synced: 2024-04-24T11:57:40.915Z (7 months ago)
- Topics: certificate-signing-request, java, pkcs10, subject-alternative-name
- Language: Java
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Generate CSR
A simple example of generating CSR programatically. This project was tested with Java 8.
## Features
- CSR with Subject Alternative Name containing RFC 4683 (Subject Identification Method)
- You can easily use this example to integrate with private key from HSM (Hardware Security Module). Just change the signing process to use HSM## Build
- Use mvn package to build the module into jar file
> mvn clean package- Put the resulting jar in your classpath
- Add dependencies in your pom.xml as in the pom.xml of the project
## Configuration
N/A## Feedback
For feedback, please raise issues in the issue section of the repository. Periodically, I will update the example with more real-life use case example. Enjoy!!.