Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Can I use keytool generated certificate in IIS server?

  1. #1
    Junior Member
    Join Date
    Dec 2010
    Posts
    7
    My Mood
    Stressed
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Can I use keytool generated certificate in IIS server?

    Hi,

    I need to enable SSL in IIS server. I have generated a keystore using java keytool and have exported the certificate from it. When I tried to use this certificate in IIS server, it says the private key is missing. Is there a way to export a private key from keystore? Or is there any way I can generate a certificate which can be used in IIS server?

    Thanks in advance...

    Veronica


  2. #2
    Member
    Join Date
    Apr 2012
    Location
    Superior, CO, USA
    Posts
    80
    Thanks
    0
    Thanked 14 Times in 14 Posts

    Default Re: Can I use keytool generated certificate in IIS server?

    No - keytool generates SSL certs that work with Java, not IIS. A quick google search lead me to this link. If you've got IIS you've got all you need to generate a self-signed certificate.

    If you want a "real" certificate then you'll need to purchase one from the large number of online shops that sell them.
    Need Java help? Check out the HotJoe Java Help forums!

  3. The Following User Says Thank You to stdunbar For This Useful Post:

    Veronica (May 7th, 2012)

Similar Threads

  1. display the generated Math.random number
    By PsYNus in forum What's Wrong With My Code?
    Replies: 11
    Last Post: November 2nd, 2011, 10:25 AM
  2. Help Managing Generated Data
    By PineAppleKing in forum File I/O & Other I/O Streams
    Replies: 1
    Last Post: October 16th, 2011, 04:06 PM
  3. thought i had it, then i sneezed and lost it (randomly generated numbers)
    By fakeClassy in forum Java Theory & Questions
    Replies: 13
    Last Post: July 17th, 2011, 04:16 PM
  4. Java certificate of deposit calculator project
    By jimbo357 in forum Java Theory & Questions
    Replies: 1
    Last Post: March 17th, 2011, 02:18 AM
  5. unable to view the result generated by stored procedure
    By najmudeenhaja in forum What's Wrong With My Code?
    Replies: 1
    Last Post: October 1st, 2010, 08:39 AM