Using Microsft Certificate Services user can enroll/create their own certificate. How i can create this certificate using a Java Program?
Could anybody point out right apis for connecting to Microsoft certification services and do the certificate managing tasks?
You can get information around the API here
From here you can find information around keyTool which is used to generate certificates
Following commands might be of help to you
From JDK 1.6 , you can programmatically access MS CryptoAPI also.