Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Søren Mastrup 122 posts 563 karma points c-trib
    Mar 03, 2017 @ 09:51
    Søren Mastrup
    1

    Let's Encrypt and Umbraco Cloud

    I just noticed the new Codegarden 17 site is running on the cloud with a Let's Encrypt certificate.

    Are there any guides or walkthroughs on how to set this up?

    On Kudu I have noticed some Let's Encrypt extensions, but the lack of knowledge on this prevents me from clicking the Install button ;-)

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Mar 03, 2017 @ 09:59
    Sebastiaan Janssen
    102

    It is currently a manual process for us, similar to this: https://cultiv.nl/blog/lets-encrypt-on-windows-revisited/

    We're working on making that automated for Umbraco Cloud sites, but there's no date I can provide you for when this will be done.

  • Søren Mastrup 122 posts 563 karma points c-trib
    Mar 03, 2017 @ 10:13
    Søren Mastrup
    1

    Thanks! I'll have a look and give it a go when I have some extra time.

    Great to hear! Looking forward to the release!
    enter image description here

  • Anders Brohus 194 posts 475 karma points
    Mar 20, 2017 @ 12:19
    Anders Brohus
    0

    Looking forward to see this :)

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Aug 03, 2017 @ 09:59
    Ismail Mayat
    1

    To add a certificate on cloud with lets encypt what is the manual process?

    Do you have to via kudu get the lets encrypt exe up there then create folders required manually then run the exe?

    Regards

    Ismail

  • Cimplex 113 posts 576 karma points
    Aug 03, 2017 @ 11:13
    Cimplex
    0

    A tutorial would be great! :)

    // Herman

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Aug 03, 2017 @ 11:42
    Sebastiaan Janssen
    1

    I think the easiest tutorial for now is:

    • Go to dnsimple
    • Buy certificate
    • Upload PFX to Cloud
    • Don't worry about it for another year

    :-)

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Aug 03, 2017 @ 13:08
    Ismail Mayat
    1

    Ok I done this with a bit messing around.

    So watch Watch this video https://www.youtube.com/watch?v=AEcnj0Qa5Gs&t=106s when you get to point where you have files generated stop.

    Then using kudu create the ./wellknow/acme-challenge folders and create the 2 files in there.

    Next ensure in your web.config you have reservedurls ./well-known added. Run the test urls to ensure you can hit the files. Next click generate certificate. Download zip of everything.

    Next get openssl commandline you can get it from here http://slproweb.com/products/Win32OpenSSL.html

    Copy the contents of the zip into the folder where you have openssl. Then run command:

    openssl pkcs12 -export -out pl-festival-2017.pfx -inkey private.key -in certificate.crt

    you need to replace names of things to whatever your stuff is called. This generates a pfx file. This you can upload to umbraco cloud via the cloud interface.

    Pain yes however its free!

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Aug 03, 2017 @ 14:08
    Sebastiaan Janssen
    0

    And you'll have to do it all over again in 3 months. :-)

  • Nik 1591 posts 7148 karma points MVP 6x c-trib
    Aug 03, 2017 @ 14:15
    Nik
    0

    You could create an API end point for your Umbraco site where you submit the two files and it saves them on the server for you in the correct folder. Then you could almost automate that part.

    Then it's just the extraction of the pfx and upload of that you have to do manually?

  • Sebastiaan Janssen 5044 posts 15475 karma points MVP admin hq
    Aug 03, 2017 @ 15:30
    Sebastiaan Janssen
    0

    That's exactly what I've described in the blog post listed above. :-)

Please Sign in or register to post replies

Write your reply to:

Draft