Add per-account mTLS client certificate support (PKCS#12) - #858
Open
paolostivanin wants to merge 2 commits into
Open
Add per-account mTLS client certificate support (PKCS#12)#858paolostivanin wants to merge 2 commits into
paolostivanin wants to merge 2 commits into
Conversation
Contributor
|
Could you please open a separate pr for b261cfd |
Allow configuring a client certificate for mutual TLS authentication on a per-account basis. Certificates are imported from PKCS#12 (.p12/.pfx) files and persisted in the account settings. The certificate can be selected at two points: - During account setup, on the server-URL page, so a server that gates access behind mTLS can be reached for the initial status.php / WebFinger / OAuth probes before the account exists. - Per account after setup, via the account context menu. The setup wizard applies the certificate to the access manager used for the probes and carries it onto the built account; any CA certificates bundled in the PKCS#12 are trusted for server-chain validation. Mirrors the Android per-account mTLS work in opencloud-eu/android#116
Contributor
Author
|
All done!
|
guruz
self-requested a review
July 22, 2026 09:54
Contributor
|
Fun fact: Commit from 2017 ... c6f4f44 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds per-account mTLS client certificate support.
.p12/.pfx) files and persisted in the account settings.status.php/ WebFinger / OAuth probes before the account exists — as well as per account after setup, via the account context menu.Mirrors the Android per-account mTLS work in opencloud-eu/android#116 .
Note
The network-switch recovery fix that was previously bundled here has been split into its own PR: #969.
Tested on openSUSE Tumbleweed x86_64.