mirror of
https://github.com/proxmoxer/docs.git
synced 2026-04-24 22:55:48 +03:00
[PR #7] [MERGED] authentication.md: add "path to CA cert" to verify_ssl options #6
Labels
No labels
CodeDay
enhancement
pull-request
testmu
testmu
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docs#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/proxmoxer/docs/pull/7
Author: @RussellAult
Created: 7/22/2025
Status: ✅ Merged
Merged: 7/26/2025
Merged by: @jhollowe
Base:
main← Head:verify_ssl📝 Commits (1)
b5fce02authentication.md: added "path to CA cert" to verify_ssl📊 Changes
1 file changed (+2 additions, -2 deletions)
View changed files
📝
docs/authentication.md(+2 -2)📄 Description
In addition to the usual boolean options, the
requestsmodule'sverifyparameter will also accept a string which is the path to a CA certificate file. Currently, the value forproxmoxer'sverify_sslparameter is simply passed verbatim torequests'verifyparameter, which means thatverify_sslwill also accept a path to a CA cert in addition to a boolean value. This is particularly useful becauserequestsuses its own root CA store rather than relying on the system's, so adding third-party CA certs (e.g. PVE's root CA certificate) can be tricky otherwise.This PR updates
authentication.mdto reflect this extended usage ofverify_ssl.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.