DevelopmentSecurity
Solving Let's Encrypt Challenges with SCP for Limited Web Hosting
How I created a Go-based tool that uses SCP to solve Let's Encrypt HTTP-01 challenges for web hosts without API access.
#golang#letsencrypt#acme +3
2 posts
How I created a Go-based tool that uses SCP to solve Let's Encrypt HTTP-01 challenges for web hosts without API access.
How to export Go code as a C-Library and write a Python wrapper to reuse Go functionality in Python.