Skip to content

Instantly share code, notes, and snippets.

@davalapar
Created August 7, 2018 17:33
Show Gist options
  • Save davalapar/38ca722f9cac7fc271d1d2e33a7914ae to your computer and use it in GitHub Desktop.
Save davalapar/38ca722f9cac7fc271d1d2e33a7914ae to your computer and use it in GitHub Desktop.
GreenLock.md
  • Adding package on windows
    • Install Windows SDK 8.1 https://developer.microsoft.com/en-us/windows/downloads/sdk-archive
    • Create folder C:\OpenSSL-Win64\ (exact)
    • Download http://www.indyproject.org/Sockets/fpc/AMD64-Win64OpenSSL-0_9_8g.zip
    • (or from here: http://www.indyproject.org/Sockets/fpc/OpenSSLforWin64.en.aspx)
    • Extract to folder
    • cd C:\OpenSSL-Win64
    • mkdir lib
    • copy libeay32.lib lib
    • yarn add greenlock ursa
  • Running on linux
    • Port 80 and 443 must be exposed to public internet
@davalapar
Copy link
Author

sudo apt-get install build-essential for ubuntu

@davalapar
Copy link
Author

remember to authbind. also actually fuck this post because the correct repo is greenlock-express @ npm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment