Generate GoDaddy SSL Certificate (.crt) for Azure Websites (.pfx)

Step 1: Getting GoDaddy SSL cert.


Let's say you have a domain name of my_domain.com. You'll first need to generate the the .csr file for GoDaddy with the following command:

openssl req -new -newkey rsa:2048 -nodes -keyout my_domain.com.key -out my_domain.com.csr


This gives you 2 files:
my_domain.com.key - This is the private key
my_domain.com.csr - This is the Certificate Signing Request


Copy the content of my_domain.com.csr file to the SSL signing authority (GoDaddy).



Once approved, GoDaddy give you back a .zip file with the following 2 files:

18f1c77f369c0b59.crt - This is your cert
gd_bundle-g2-g1.crt - This is the GoDaddy Certificate Chain


Step 2: Convert a CERT/PEM certificate to a PFX certificate


openssl pkcs12 -export -out my_domain.com.pfx -inkey my_domain.com.key -in 18f1c77f369c0b59.crt


Step 3: Certificate to Upload to Azure.




Step 4: Assign SSL Bindings.






Step 5: Done!




References:



Keywords:
Upload pfx for Azure websites


Comments

  1. Good Post! Thank you so much for sharing this pretty post, it was so good to read and useful to improve my knowledge as updated one, keep blogging…!!!...For detailed information on Azure Meet Azure Online Training India

    ReplyDelete
  2. When I initially left a comment I appear to have clicked on the -Notify me when new comments are added- checkbox and from now on whenever a comment is added I recieve four emails with the exact same comment. Perhaps there is a way you can remove me from that service? Kudos!
    Click here to getMoreinformation.

    ReplyDelete
  3. finally i read a best post. love this post and i also share this in my facebook page and twitter. my friends also like this post. i hope you will also like to read my blog. i'm writing about cyber security, programming, ethical hacking and etc.... watch it here or use this link. -> https://secdevil.com

    ReplyDelete
  4. Hi, Thanks for sharing. Very informative and very useful for me.
    CRT ONLINE COACHING CLASSES

    ReplyDelete
  5. I loved to read blogs and your blog is one of the best blog.boss linux download

    ReplyDelete
  6. It is really a helpful blog to find some different source to add my knowledge. I came into aware of new professional blog and I am impressed with suggestions of author. You can also check us in this website for students

    ReplyDelete
  7. Good post your article, very nice thanks for more information,
    the information shearing for Here Is more
    Thank You Soo muchbuy instagram pva accounts

    ReplyDelete
  8. Here's a happy birthday wish: If you're reading thisyoutube accounts for sale | buy youtube accounts | youtube pva article, I'm assuming that you're either really happy or really sad. We all know that being happy is good (and staying in a positive state of mind helps with everything else in life) but sometimes happiness just seems to elude us. I think part of the reason that most people stay stuck in negativity is because they let themselves get so down, so much so that even happy thoughts are tainted by the sadness they feel deep down inside. The great news for all of us then, is that by staying focused on the things that make us really happy, we can find the magic happy box that just keeps spinning.Buy snapchat account

    ReplyDelete
  9. This is a review of "New Cyber Crime Legislation" by Dr. Peter Hendlin. It is an excellent guide to the many Buy google voice accounts ways that the Internet has been used to perpetrate crimes and even frauds. This book will be beneficial as we move into the age of digitalization. Specifically, I think it would be great for anyone who works with or manages a small business website. It would be especially good if you were the owner of one and you wanted to ensure that your site was kept safe from hackers. You won't find this in any other book and it does not take much readingBuy youtube accounts material to understand what this guide has to offer.

    ReplyDelete
  10. Do you want to grow your online business? You are the right place. I’m an experienced 100% Manual Blog Submission digital marketer.I have been working on various social media including SEO on page off page for three years in top media like Facebook Instagram Pinterestinstagram marketing for organic engagement Twitter Linkedin Reddit etc.I work according to different social media rules. I work as a buyer with my maximum hours.I’m sure I can help you increase your business online presence.If you think I deserve it, contact me & enjoy my services.

    facebook marketing and instagram marketing ads manager

    ReplyDelete
  11. This is an informative blog. If you are looking for a house builder that will help you to build your house. Feel free to visit Country Living Homes to know more our services.

    ReplyDelete

Post a Comment

Popular posts from this blog

[Azure Websites PHP] Cross Domain request results in blank response page after Preflight HTTP OPTIONS

[Magento] Create Contact Form with Dynamic Recipient