AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
  • 1.  CERTBOT

    Posted Thu January 18, 2024 06:27 AM

    Hi 

    Is it possible to get Certbot as a toolbox package, this is a python3

    This is used for request/renew certificates, also for on-prem pki solution, not just used for lets-encrypt.

    Best regards 

    Jim P.



    ------------------------------
    Jim Pedersen
    ------------------------------


  • 2.  RE: CERTBOT

    Posted Thu January 18, 2024 06:58 AM

    On Redhat it require these additional packages 

    python-josepy-doc.noarch
    python3-acme.noarch
    python3-certbot.noarch
    python3-configargparse.noarch
    python3-josepy.noarch
    python3-parsedatetime.noarch
    python3-pyOpenSSL.noarch
    python3-pyrfc3339.noarch



    ------------------------------
    Jim Pedersen
    ------------------------------



  • 3.  RE: CERTBOT

    Posted Thu January 18, 2024 07:38 AM

    Since these are noarch packages, you can use pip to install certbot (either in a virtual environment or in some local path & set PYTHONPATH). 
    It's very hard to maintain python3 modules via AIX Toolbox because of CVEs and more dependencies. 



    ------------------------------
    Ayappan P
    ------------------------------