Skip to content

CSR/PKCS10 Generator Example with SubjectAlternativeName Extension and RFC 4683

License

Notifications You must be signed in to change notification settings

rsatrio/CSR-PKCS10-SubjectAlternativeName

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

CSR/PKCS10 Generator Example with SubjectAlternativeName Extension and RFC 4683

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages