OS2 World Community Forum
OS/2, eCS & ArcaOS - Technical => Networking => Topic started by: Paul Smedley on October 26, 2019, 10:15:16 am
-
Hi All,
Massimo asked me about porting a client for Let's Encrypt - uacme seemed like it didn't have too many dependencies, so I built it.
http://smedley.id.au/tmp/uacme-1.0.19-os2-20191003.zip
needs latest libc and libcx, as well as GNUTLS libs from hobbes.
Feedback appreciated.
Paul.
-
i use it on my webserver and it runs perferctly
i'm able to create and renew a number of SSL certificates from the HTTPS hosted websites
env:
Server Version: Apache/2.2.34 (OS/2) PHP/5.4.45 mod_ssl/2.2.34 OpenSSL/1.0.2k
Server Built: Feb 3 2019 17:11:06
massimo s.
-
Hey Max,
i use it on my webserver and it runs perferctly
i'm able to create and renew a number of SSL certificates from the HTTPS hosted websites
env:
Server Version: Apache/2.2.34 (OS/2) PHP/5.4.45 mod_ssl/2.2.34 OpenSSL/1.0.2k
Server Built: Feb 3 2019 17:11:06
Thanks for confirming it works, are you able to post some usage instructions?
Cheers,
Paul
-
I'm trying to follow these instructions:
https://github.com/ndilieto/uacme/
But at the very first step I have a problem:
C:\Programs\uacme\bin>uacme.exe -v -c C:\Programs\uacme\bin\uacme.d new
uacme.exe: version 1.0.19 starting on Wed, 21 Jan 2026 10:39:02
uacme.exe: loading key from C:\Programs\uacme\bin\uacme.d/private/key.pem
uacme.exe: C:\Programs\uacme\bin\uacme.d/private/key.pem not found
uacme.exe: generating new 2048-bit RSA key
uacme.exe: key saved to C:\Programs\uacme\bin\uacme.d/private/key.pem
uacme.exe: fetching directory at https://acme-v02.api.letsencrypt.org/directory
uacme.exe: curl_get: GET https://acme-v02.api.letsencrypt.org/directory failed: Problem with the SSL CA cert (path? access rights?)
uacme.exe: curl_get: waiting 5 seconds before retrying
I can download the "directory" file manually without any problems (curl -O https://acme-v02.api.letsencrypt.org/directory).
What am I doing wrong?
-
You want,
https://smedley.id.au/tmp/uacme-1.2.4-os2-20240817.zip
A version of the scripts I have used can be found at
http://www.warpcave.com/betas/uacme-scripts-for-peter-2024-12-06-20240818.zip
The documentation is a bit rough. The scripts should complain if you neglect to create one or more of the required directories or if you don't have the apache confs setup quite right.
-
Thank you very much!