From b73817e26a11b1dc33bdabec9daa962ab1ef2d14 Mon Sep 17 00:00:00 2001 From: Job Snijders Date: Thu, 19 Nov 2020 18:28:28 +0000 Subject: [PATCH] Add filename restrictions input from Stephen Kent, Erik Rozendaal, and Tim Bruijnzeels --- draft-ietf-sidrops-6486bis.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/draft-ietf-sidrops-6486bis.xml b/draft-ietf-sidrops-6486bis.xml index 13e8bc0..e8c93e0 100644 --- a/draft-ietf-sidrops-6486bis.xml +++ b/draft-ietf-sidrops-6486bis.xml @@ -388,8 +388,29 @@ - +
+ + The following restrictions are imposed on the names that appear in the + fileList: + + + Only a subset of IA5string characters are permitted: a-z, A-Z, + 0-9, . (DOT), - (HYPHEN), and _ (UNDERSCORE). + + + Each name MUST be suffixed with the appropriate filename + extension defined for the object type and MUST be lowercase, + e.g., '.cer', '.roa', or '.crl'. + + + The . (DOT) character MUST appear exactly once. + + + +
+ +