From 03a3875bbb44720f11e74df8e4a5289e31bae60c Mon Sep 17 00:00:00 2001 From: Matt Mundell Date: Tue, 4 Jun 2024 09:34:21 +0200 Subject: [PATCH] Add: GMP doc: describe credential types --- src/schema_formats/XML/GMP.xml.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/schema_formats/XML/GMP.xml.in b/src/schema_formats/XML/GMP.xml.in index 4e09742ca..616a37f44 100644 --- a/src/schema_formats/XML/GMP.xml.in +++ b/src/schema_formats/XML/GMP.xml.in @@ -3990,6 +3990,15 @@ along with this program. If not, see . type The type of credential to create + +

cc: Client certificate

+

pgp: PGP encryption key

+

pw: Password only

+

smime: S/MIME certificate

+

snmp: SNMP

+

up: User name + password

+

usk: User name + SSH key

+
cc @@ -10740,6 +10749,15 @@ END:VCALENDAR type The type of the credential + +

cc: Client certificate

+

pgp: PGP encryption key

+

pw: Password only

+

smime: S/MIME certificate

+

snmp: SNMP

+

up: User name + password

+

usk: User name + SSH key

+
cc