Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!!.