- name: Create missing mountpoints
shell: bash
run: |
- for p in /etc/pki /etc/ssl /etc/ca-certificates /var/lib/ca-certificates /etc/crypto-policies; do
+ for p in /etc/pki/ca-trust /etc/pki/tls /etc/ssl /etc/ca-certificates /var/lib/ca-certificates /etc/crypto-policies; do
if [[ ! -e "$p" ]]; then
sudo mkdir -p "$p"
fi
mounts += [
(root / subdir, Path("/") / subdir)
for subdir in (
- Path("etc/pki"),
+ Path("etc/pki/ca-trust"),
+ Path("etc/pki/tls"),
Path("etc/ssl"),
Path("etc/ca-certificates"),
Path("var/lib/ca-certificates"),
`ToolsTreeCertificates=`, `--tools-tree-certificates=`
: Specify whether to use certificates and keys from the tools tree.
- Enabled by default. If enabled, `/etc/pki`, `/etc/ssl`,
- `/etc/ca-certificates`, and `/var/lib/ca-certificates` from the
- tools tree are used. Otherwise, these directories are picked up from
- the host.
+ Enabled by default. If enabled, `/etc/pki/ca-trust`, `/etc/pki/tls`,
+ `/etc/ssl`, `/etc/ca-certificates`, and `/var/lib/ca-certificates`
+ from the tools tree are used. Otherwise, these directories are
+ picked up from the host.
`ExtraSearchPaths=`, `--extra-search-path=`
: List of colon-separated paths to look for tools in, before using the