summaryrefslogtreecommitdiff
path: root/PROTOCOL.certkeys
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2017-05-31 04:29:44 +0000
committerDamien Miller <djm@mindrot.org>2017-05-31 14:30:52 +1000
commitd40dbdc85b6fb2fd78485ba02225511b8cbf20d7 (patch)
tree8a213156109f0f51a2c1464f3e5758dd55fa5736 /PROTOCOL.certkeys
parent2a108277f976e8d0955c8b29d1dfde04dcbb3d5b (diff)
upstream commit
spell out that custom options/extensions should follow the usual SSH naming rules, e.g. "extension@example.com" Upstream-ID: ab326666d2fad40769ec96b5a6de4015ffd97b8d
Diffstat (limited to 'PROTOCOL.certkeys')
-rw-r--r--PROTOCOL.certkeys8
1 files changed, 7 insertions, 1 deletions
diff --git a/PROTOCOL.certkeys b/PROTOCOL.certkeys
index 734b606bb..42aa8c2a1 100644
--- a/PROTOCOL.certkeys
+++ b/PROTOCOL.certkeys
@@ -224,6 +224,9 @@ option-specific information (see below). All options are
224"critical", if an implementation does not recognise a option 224"critical", if an implementation does not recognise a option
225then the validating party should refuse to accept the certificate. 225then the validating party should refuse to accept the certificate.
226 226
227Custom options should append the originating author or organisation's
228domain name to the option name, e.g. "my-option@example.com".
229
227No critical options are defined for host certificates at present. The 230No critical options are defined for host certificates at present. The
228supported user certificate options and the contents and structure of 231supported user certificate options and the contents and structure of
229their data fields are: 232their data fields are:
@@ -255,6 +258,9 @@ as is the requirement that each name appear only once.
255If an implementation does not recognise an extension, then it should 258If an implementation does not recognise an extension, then it should
256ignore it. 259ignore it.
257 260
261Custom options should append the originating author or organisation's
262domain name to the option name, e.g. "my-option@example.com".
263
258No extensions are defined for host certificates at present. The 264No extensions are defined for host certificates at present. The
259supported user certificate extensions and the contents and structure of 265supported user certificate extensions and the contents and structure of
260their data fields are: 266their data fields are:
@@ -285,4 +291,4 @@ permit-user-rc empty Flag indicating that execution of
285 of this script will not be permitted if 291 of this script will not be permitted if
286 this option is not present. 292 this option is not present.
287 293
288$OpenBSD: PROTOCOL.certkeys,v 1.11 2017/05/16 16:54:05 djm Exp $ 294$OpenBSD: PROTOCOL.certkeys,v 1.12 2017/05/31 04:29:44 djm Exp $