Hello everyone and happy new year of 2024
Problem:
I have a pulp-all-in-one-container instance running by podman, it runs on port 443 and uses the self-sign certificates for nginx server.
I can use username and password
way ( configured in .config/pulp/cli.toml) to access pulp and create rpm repos.
According to the doc Using the CLI - Pulp CLI , there are also --cert and
–key` existed. Looks like a pulp user can authentication with his certificate and do repo operations.
Is there a detailed doc somewhere? Would be nice to share some example if possible?
Expected outcome:
I would like to use a user certificate in .config/pulp/cli.toml to do pulp cli operation.
Pulpcore version:
“component”: “core”,
“version”: “3.41.0”,
“package”: “pulpcore”,
“domain_compatible”: true
Pulp plugins installed and their versions:
{
“component”: “rpm”,
“version”: “3.24.0”,
“package”: “pulp-rpm”,
“domain_compatible”: true
},
Thanks in advance !
xm