Changeset 65dea606 for postlfs


Ignore:
Timestamp:
08/20/2024 04:21:24 PM (4 weeks ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
12.2, lazarus, trunk
Children:
400aed5e
Parents:
f07ad8a
Message:

make-ca: several text fixes, and fix a hardcoded reference to Python
3.11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/make-ca.xml

    rf07ad8a r65dea606  
    308308
    309309    <para>
    310       When <application>Python3</application> was installed in LFS it included
     310      When <application>Python3</application> was installed in LFS, it included
    311311      the <application>pip3</application> module with vendored certificates
    312312      from the <application>Certifi</application> module. That was necessary,
     
    332332
    333333    <para>
    334       To use the system certificates in <application>Python3</application> you
     334      To use the system certificates in <application>Python3</application>, you
    335335      should set <envar>_PIP_STANDALONE_CERT</envar> to point to them, e.g for
    336336      the <application>bash</application> shell:
     
    344344        and those include the <application>Requests</application> and
    345345        <application>Certifi</application> modules in <filename
    346         class="directory">~/.local/lib/python3.11/</filename> then those local
    347         modules will be used instead of the system certificates unless you
    348         remove the local modules.
     346        class="directory">~/.local/lib/python&python3-majorver;/</filename>,
     347        then those local modules will be used instead of the system certificates
     348        unless you remove the local modules.
    349349      </para>
    350350    </warning>
     
    352352    <para>
    353353      To use the system certificates in <application>Python3</application> with
    354       the BLFS profiles add the following variable to your system or personal
     354      the BLFS profiles, add the following variable to your system or personal
    355355      profiles:
    356356    </para>
Note: See TracChangeset for help on using the changeset viewer.