CMC EOBO-codierte ASN.1
Das folgende Beispiel enthält eine CMC-Registrierungsanforderung im Auftrag von (EOBO), die im ASN.1-Format angezeigt wird. Das Beispiel wurde mithilfe der tools Certreq.exe und Certutil.exe generiert. Die .inf-Datei, die als Eingabe für Certreq.exe verwendet wird, enthält die folgende Konfiguration.
[NewRequest]
RequestType=cmc
RequesterName=Domain\TargetUser
[RequestAttributes]
CertificateTemplate=User
Diese Konfiguration generiert die folgende Beispielausgabe. Die Konfiguration gibt den Typ der Anforderung (CMC), den Namen der Entität an, die die Registrierung anfordert, und den Namen der Vorlage. Die Vorlage Benutzer gibt Folgendes an:
- Die Anforderung muss entweder den Microsoft Base Cryptographic Provider 1.0 oder den Microsoft Enhanced Cryptographic Provider 1.0 verwenden.
- Der Antragstellername muss aus Active Directory erstellt werden.
- Die Anforderung umfasst den Zertifikatvorlagennamen, die erweiterte Schlüsselverwendung (Enhanced Key Usage, EKU) und die Schlüsselverwendungserweiterungen. Die EKU-Erweiterung gibt an, dass das ausgestellte Zertifikat für das Verschlüsseln des Dateisystems (EFS), für sichere E-Mails und für die Clientauthentifizierung verwendet werden kann.
0000: 30 82 0c 45 ; SEQUENCE (c45 Bytes)
0004: 06 09 ; OBJECT_ID (9 Bytes)
0006: | 2a 86 48 86 f7 0d 01 07 02
| ; 1.2.840.113549.1.7.2 PKCS 7 Signed
000f: a0 82 0c 36 ; OPTIONAL[0] (c36 Bytes)
0013: 30 82 0c 32 ; SEQUENCE (c32 Bytes)
0017: 02 01 ; INTEGER (1 Bytes)
0019: | 03
001a: 31 0b ; SET (b Bytes)
001c: | 30 09 ; SEQUENCE (9 Bytes)
001e: | 06 05 ; OBJECT_ID (5 Bytes)
0020: | | 2b 0e 03 02 1a
| | ; 1.3.14.3.2.26 sha1 (sha1NoSign)
0025: | 05 00 ; NULL (0 Bytes)
0027: 30 82 03 cf ; SEQUENCE (3cf Bytes)
002b: | 06 08 ; OBJECT_ID (8 Bytes)
002d: | | 2b 06 01 05 05 07 0c 02
| | ; 1.3.6.1.5.5.7.12.2 CMC Data
0035: | a0 82 03 c1 ; OPTIONAL[0] (3c1 Bytes)
0039: | 04 82 03 bd ; OCTET_STRING (3bd Bytes)
003d: | 30 82 03 b9 ; SEQUENCE (3b9 Bytes)
0041: | 30 81 ad ; SEQUENCE (ad Bytes)
0044: | | 30 76 ; SEQUENCE (76 Bytes)
0046: | | | 02 01 ; INTEGER (1 Bytes)
0048: | | | | 03
0049: | | | 06 0a ; OBJECT_ID (a Bytes)
004b: | | | | 2b 06 01 04 01 82 37 0a 0a 01
| | | | ; 1.3.6.1.4.1.311.10.10.1 CMC Attributes
0055: | | | 31 65 ; SET (65 Bytes)
0057: | | | 30 63 ; SEQUENCE (63 Bytes)
0059: | | | 02 01 ; INTEGER (1 Bytes)
005b: | | | | 00
005c: | | | 30 03 ; SEQUENCE (3 Bytes)
005e: | | | | 02 01 ; INTEGER (1 Bytes)
0060: | | | | 01
0061: | | | 31 59 ; SET (59 Bytes)
0063: | | | 30 57 ; SEQUENCE (57 Bytes)
0065: | | | 06 09 ; OBJECT_ID (9 Bytes)
0067: | | | | 2b 06 01 04 01 82 37 15 14
| | | | ; 1.3.6.1.4.1.311.21.20 Client Information
0070: | | | 31 4a ; SET (4a Bytes)
0072: | | | 30 48 ; SEQUENCE (48 Bytes)
0074: | | | 02 01 ; INTEGER (1 Bytes)
0076: | | | | 09
0077: | | | 0c 23 ; UTF8_STRING (23 Bytes)
0079: | | | | 76 69 63 68 33 64 2e 6a 64 6f 6d 63 73 63 2e 6e ; vich3d.jdomcsc.n
0089: | | | | 74 74 65 73 74 2e 6d 69 63 72 6f 73 6f 66 74 2e ; ttest.microsoft.
0099: | | | | 63 6f 6d ; com
| | | | ; "vich3d.jdomcsc.nttest.microsoft.com"
009c: | | | 0c 15 ; UTF8_STRING (15 Bytes)
009e: | | | | 4a 44 4f 4d 43 53 43 5c 61 64 6d 69 6e 69 73 74 ; JDOMCSC\administ
00ae: | | | | 72 61 74 6f 72 ; rator
| | | | ; "JDOMCSC\administrator"
00b3: | | | 0c 07 ; UTF8_STRING (7 Bytes)
00b5: | | | 63 65 72 74 72 65 71 ; certreq
| | | ; "certreq"
00bc: | | 30 33 ; SEQUENCE (33 Bytes)
00be: | | 02 01 ; INTEGER (1 Bytes)
00c0: | | | 02
00c1: | | 06 08 ; OBJECT_ID (8 Bytes)
00c3: | | | 2b 06 01 05 05 07 07 12
| | | ; 1.3.6.1.5.5.7.7.18 Reg Info
00cb: | | 31 24 ; SET (24 Bytes)
00cd: | | 04 22 ; OCTET_STRING (22 Bytes)
00cf: | | 52 65 71 75 65 73 74 65 72 4e 61 6d 65 3d 44 6f ; RequesterName=Do
00df: | | 6d 61 69 6e 25 35 43 54 61 72 67 65 74 55 73 65 ; main%5CTargetUse
00ef: | | 72 26 ; r&
00f1: | 30 82 03 01 ; SEQUENCE (301 Bytes)
00f5: | | a0 82 02 fd ; OPTIONAL[0] (2fd Bytes)
00f9: | | 02 01 ; INTEGER (1 Bytes)
00fb: | | | 01
00fc: | | 30 82 02 f6 ; SEQUENCE (2f6 Bytes)
0100: | | 30 82 02 5f ; SEQUENCE (25f Bytes)
0104: | | | 02 01 ; INTEGER (1 Bytes)
0106: | | | | 00
0107: | | | 30 00 ; SEQUENCE (0 Bytes)
0109: | | | 30 81 9f ; SEQUENCE (9f Bytes)
010c: | | | | 30 0d ; SEQUENCE (d Bytes)
010e: | | | | | 06 09 ; OBJECT_ID (9 Bytes)
0110: | | | | | | 2a 86 48 86 f7 0d 01 01 01
| | | | | | ; 1.2.840.113549.1.1.1 RSA (RSA_SIGN)
0119: | | | | | 05 00 ; NULL (0 Bytes)
011b: | | | | 03 81 8d ; BIT_STRING (8d Bytes)
011e: | | | | 00
011f: | | | | 30 81 89 ; SEQUENCE (89 Bytes)
0122: | | | | 02 81 81 ; INTEGER (81 Bytes)
0125: | | | | | 00
0126: | | | | | b7 0f 10 7a 44 05 74 91 3c b9 6e 6d bb 5f f9 27
0136: | | | | | 74 66 15 7c cb 45 a4 df ba 2c 18 fc c3 da 2c 4a
0146: | | | | | 7c ef e7 7f 46 61 3a 59 1c 37 d7 26 2f 55 f8 94
0156: | | | | | 8b f9 b4 84 7e ed 74 dc de d4 2c 19 6b ef 7c f5
0166: | | | | | 07 57 1f 9b ee 16 d4 21 d4 33 7e 4d 47 b2 5d ee
0176: | | | | | 81 6a fd b8 63 b2 db 7f 2a 15 1e 68 3c 1c bb 54
0186: | | | | | a3 d8 90 c0 66 d2 e1 4a b2 bb 2e ce 23 97 99 48
0196: | | | | | e1 cd 3b 1d 1c 11 bf 6e d3 00 08 30 e8 6a e1 bb
01a6: | | | | 02 03 ; INTEGER (3 Bytes)
01a8: | | | | 01 00 01
01ab: | | | a0 82 01 b4 ; OPTIONAL[0] (1b4 Bytes)
01af: | | | 30 1a ; SEQUENCE (1a Bytes)
01b1: | | | | 06 0a ; OBJECT_ID (a Bytes)
01b3: | | | | | 2b 06 01 04 01 82 37 0d 02 03
| | | | | ; 1.3.6.1.4.1.311.13.2.3 OS Version
01bd: | | | | 31 0c ; SET (c Bytes)
01bf: | | | | 16 0a ; IA5_STRING (a Bytes)
01c1: | | | | 36 2e 30 2e 35 33 36 31 2e 32 ; 6.0.5361.2
| | | | ; "6.0.5361.2"
01cb: | | | 30 42 ; SEQUENCE (42 Bytes)
01cd: | | | | 06 0a ; OBJECT_ID (a Bytes)
01cf: | | | | | 2b 06 01 04 01 82 37 0d 02 01
| | | | | ; 1.3.6.1.4.1.311.13.2.1 Enrollment Name Value Pair
01d9: | | | | 31 34 ; SET (34 Bytes)
01db: | | | | 30 32 ; SEQUENCE (32 Bytes)
01dd: | | | | 1e 26 ; UNICODE_STRING (26 Bytes)
01df: | | | | | 00 43 00 65 00 72 00 74 00 69 00 66 00 69 00 63 ; .C.e.r.t.i.f.i.c
01ef: | | | | | 00 61 00 74 00 65 00 54 00 65 00 6d 00 70 00 6c ; .a.t.e.T.e.m.p.l
01ff: | | | | | 00 61 00 74 00 65 ; .a.t.e
| | | | | ; "CertificateTemplate"
0205: | | | | 1e 08 ; UNICODE_STRING (8 Bytes)
0207: | | | | 00 55 00 73 00 65 00 72 ; .U.s.e.r
| | | | ; "User"
020f: | | | 30 57 ; SEQUENCE (57 Bytes)
0211: | | | | 06 09 ; OBJECT_ID (9 Bytes)
0213: | | | | | 2b 06 01 04 01 82 37 15 14
| | | | | ; 1.3.6.1.4.1.311.21.20 Client Information
021c: | | | | 31 4a ; SET (4a Bytes)
021e: | | | | 30 48 ; SEQUENCE (48 Bytes)
0220: | | | | 02 01 ; INTEGER (1 Bytes)
0222: | | | | | 09
0223: | | | | 0c 23 ; UTF8_STRING (23 Bytes)
0225: | | | | | 76 69 63 68 33 64 2e 6a 64 6f 6d 63 73 63 2e 6e ; vich3d.jdomcsc.n
0235: | | | | | 74 74 65 73 74 2e 6d 69 63 72 6f 73 6f 66 74 2e ; ttest.microsoft.
0245: | | | | | 63 6f 6d ; com
| | | | | ; "vich3d.jdomcsc.nttest.microsoft.com"
0248: | | | | 0c 15 ; UTF8_STRING (15 Bytes)
024a: | | | | | 4a 44 4f 4d 43 53 43 5c 61 64 6d 69 6e 69 73 74 ; JDOMCSC\administ
025a: | | | | | 72 61 74 6f 72 ; rator
| | | | | ; "JDOMCSC\administrator"
025f: | | | | 0c 07 ; UTF8_STRING (7 Bytes)
0261: | | | | 63 65 72 74 72 65 71 ; certreq
| | | | ; "certreq"
0268: | | | 30 74 ; SEQUENCE (74 Bytes)
026a: | | | | 06 0a ; OBJECT_ID (a Bytes)
026c: | | | | | 2b 06 01 04 01 82 37 0d 02 02
| | | | | ; 1.3.6.1.4.1.311.13.2.2 Enrollment CSP
0276: | | | | 31 66 ; SET (66 Bytes)
0278: | | | | 30 64 ; SEQUENCE (64 Bytes)
027a: | | | | 02 01 ; INTEGER (1 Bytes)
027c: | | | | | 01
027d: | | | | 1e 5c ; UNICODE_STRING (5c Bytes)
027f: | | | | | 00 4d 00 69 00 63 00 72 00 6f 00 73 00 6f 00 66 ; .M.i.c.r.o.s.o.f
028f: | | | | | 00 74 00 20 00 45 00 6e 00 68 00 61 00 6e 00 63 ; .t. .E.n.h.a.n.c
029f: | | | | | 00 65 00 64 00 20 00 43 00 72 00 79 00 70 00 74 ; .e.d. .C.r.y.p.t
02af: | | | | | 00 6f 00 67 00 72 00 61 00 70 00 68 00 69 00 63 ; .o.g.r.a.p.h.i.c
02bf: | | | | | 00 20 00 50 00 72 00 6f 00 76 00 69 00 64 00 65 ; . .P.r.o.v.i.d.e
02cf: | | | | | 00 72 00 20 00 76 00 31 00 2e 00 30 ; .r. .v.1...0
| | | | | ; "Microsoft Enhanced Cryptographic Provider v1.0"
02db: | | | | 03 01 ; BIT_STRING (1 Bytes)
02dd: | | | | 00
02de: | | | 30 81 82 ; SEQUENCE (82 Bytes)
02e1: | | | 06 09 ; OBJECT_ID (9 Bytes)
02e3: | | | | 2a 86 48 86 f7 0d 01 09 0e
| | | | ; 1.2.840.113549.1.9.14 Certificate Extensions
02ec: | | | 31 75 ; SET (75 Bytes)
02ee: | | | 30 73 ; SEQUENCE (73 Bytes)
02f0: | | | 30 17 ; SEQUENCE (17 Bytes)
02f2: | | | | 06 09 ; OBJECT_ID (9 Bytes)
02f4: | | | | | 2b 06 01 04 01 82 37 14 02
| | | | | ; 1.3.6.1.4.1.311.20.2 Certificate Template Name (Certificate Type)
02fd: | | | | 04 0a ; OCTET_STRING (a Bytes)
02ff: | | | | 1e 08 00 55 00 73 00 65 00 72 ; ...U.s.e.r
0309: | | | 30 29 ; SEQUENCE (29 Bytes)
030b: | | | | 06 03 ; OBJECT_ID (3 Bytes)
030d: | | | | | 55 1d 25
| | | | | ; 2.5.29.37 Enhanced Key Usage
0310: | | | | 04 22 ; OCTET_STRING (22 Bytes)
0312: | | | | 30 20 ; SEQUENCE (20 Bytes)
0314: | | | | 06 0a ; OBJECT_ID (a Bytes)
0316: | | | | | 2b 06 01 04 01 82 37 0a 03 04
| | | | | ; 1.3.6.1.4.1.311.10.3.4 Encrypting File System
0320: | | | | 06 08 ; OBJECT_ID (8 Bytes)
0322: | | | | | 2b 06 01 05 05 07 03 04
| | | | | ; 1.3.6.1.5.5.7.3.4 Secure Email
032a: | | | | 06 08 ; OBJECT_ID (8 Bytes)
032c: | | | | 2b 06 01 05 05 07 03 02
| | | | ; 1.3.6.1.5.5.7.3.2 Client Authentication
0334: | | | 30 0e ; SEQUENCE (e Bytes)
0336: | | | | 06 03 ; OBJECT_ID (3 Bytes)
0338: | | | | | 55 1d 0f
| | | | | ; 2.5.29.15 Key Usage
033b: | | | | 01 01 ; BOOL (1 Bytes)
033d: | | | | | ff
033e: | | | | 04 04 ; OCTET_STRING (4 Bytes)
0340: | | | | 03 02 ; BIT_STRING (2 Bytes)
0342: | | | | 05
0343: | | | | a0
0344: | | | 30 1d ; SEQUENCE (1d Bytes)
0346: | | | 06 03 ; OBJECT_ID (3 Bytes)
0348: | | | | 55 1d 0e
| | | | ; 2.5.29.14 Subject Key Identifier
034b: | | | 04 16 ; OCTET_STRING (16 Bytes)
034d: | | | 04 14 ; OCTET_STRING (14 Bytes)
034f: | | | a4 f5 5a 3a e5 a5 63 9a 26 06 9a 86 80 b7 39 96 ; ..Z:..c.&.....9.
035f: | | | 42 c2 d6 92 ; B...
0363: | | 30 0d ; SEQUENCE (d Bytes)
0365: | | | 06 09 ; OBJECT_ID (9 Bytes)
0367: | | | | 2a 86 48 86 f7 0d 01 01 05
| | | | ; 1.2.840.113549.1.1.5 sha1RSA
0370: | | | 05 00 ; NULL (0 Bytes)
0372: | | 03 81 81 ; BIT_STRING (81 Bytes)
0375: | | 00
0376: | | 5d 71 cd 24 77 ba 8d 92 a1 08 4d d9 ce 66 8e fa
0386: | | 84 7d 98 31 6f 54 b8 df 69 ac fa 7d 56 0b ec c4
0396: | | 8a d5 7c 6b 62 ba 42 3d 92 bf f2 4b 0c 17 ed b0
03a6: | | 81 20 d4 f3 19 2b 0d 10 ce f8 9d 31 d0 26 9f fb
03b6: | | fd da d2 a1 49 f2 b7 8e ff 37 b8 fc a2 7c 8a 45
03c6: | | 49 da 6b b2 c8 c7 c4 9b dd d6 3e 8b 5d 75 38 e2
03d6: | | 35 2d 53 18 68 1e 90 73 58 4c 7a 75 f8 db a2 a1
03e6: | | 45 1f 3a 2b b1 e4 1a d8 55 fe 66 bb 7a 11 ec bb
03f6: | 30 00 ; SEQUENCE (0 Bytes)
03f8: | 30 00 ; SEQUENCE (0 Bytes)
03fa: a0 82 06 18 ; OPTIONAL[0] (618 Bytes)
03fe: | 30 82 06 14 ; SEQUENCE (614 Bytes)
0402: | 30 82 05 9b ; SEQUENCE (59b Bytes)
0406: | | a0 03 ; OPTIONAL[0] (3 Bytes)
0408: | | | 02 01 ; INTEGER (1 Bytes)
040a: | | | 02
040b: | | 02 0a ; INTEGER (a Bytes)
040d: | | | 58 8c f8 1a 00 00 00 00 0b 57
0417: | | 30 0a ; SEQUENCE (a Bytes)
0419: | | | 06 08 ; OBJECT_ID (8 Bytes)
041b: | | | 2a 86 48 ce 3d 04 03 03
| | | ; 1.2.840.10045.4.3.3 ECDSA SHA-384(certlib) (sha384ECDSA)
0423: | | 30 42 ; SEQUENCE (42 Bytes)
0425: | | | 31 12 ; SET (12 Bytes)
0427: | | | | 30 10 ; SEQUENCE (10 Bytes)
0429: | | | | 06 03 ; OBJECT_ID (3 Bytes)
042b: | | | | | 55 04 0a
| | | | | ; 2.5.4.10 Organization (O)
042e: | | | | 13 09 ; PRINTABLE_STRING (9 Bytes)
0430: | | | | 4d 69 63 72 6f 73 6f 66 74 ; Microsoft
| | | | ; "Microsoft"
0439: | | | 31 2c ; SET (2c Bytes)
043b: | | | 30 2a ; SEQUENCE (2a Bytes)
043d: | | | 06 03 ; OBJECT_ID (3 Bytes)
043f: | | | | 55 04 03
| | | | ; 2.5.4.3 Common Name (CN)
0442: | | | 13 23 ; PRINTABLE_STRING (23 Bytes)
0444: | | | 4a 44 4f 4d 43 53 43 20 4c 6f 6e 67 68 6f 72 6e ; JDOMCSC Longhorn
0454: | | | 20 45 6e 74 65 72 70 72 69 73 65 20 52 6f 6f 74 ; Enterprise Root
0464: | | | 20 43 41 ; CA
| | | ; "JDOMCSC Longhorn Enterprise Root CA"
0467: | | 30 1e ; SEQUENCE (1e Bytes)
0469: | | | 17 0d ; UTC_TIME (d Bytes)
046b: | | | | 30 36 30 35 30 35 30 31 33 31 30 35 5a ; 060505013105Z
| | | | ; 5/4/2006 6:31 PM
0478: | | | 17 0d ; UTC_TIME (d Bytes)
047a: | | | 30 38 30 35 30 34 30 31 33 31 30 35 5a ; 080504013105Z
| | | ; 5/3/2008 6:31 PM
0487: | | 30 81 89 ; SEQUENCE (89 Bytes)
048a: | | | 31 13 ; SET (13 Bytes)
048c: | | | | 30 11 ; SEQUENCE (11 Bytes)
048e: | | | | 06 0a ; OBJECT_ID (a Bytes)
0490: | | | | | 09 92 26 89 93 f2 2c 64 01 19
| | | | | ; 0.9.2342.19200300.100.1.25 Domain Component (DC)
049a: | | | | 16 03 ; IA5_STRING (3 Bytes)
049c: | | | | 63 6f 6d ; com
| | | | ; "com"
049f: | | | 31 19 ; SET (19 Bytes)
04a1: | | | | 30 17 ; SEQUENCE (17 Bytes)
04a3: | | | | 06 0a ; OBJECT_ID (a Bytes)
04a5: | | | | | 09 92 26 89 93 f2 2c 64 01 19
| | | | | ; 0.9.2342.19200300.100.1.25 Domain Component (DC)
04af: | | | | 16 09 ; IA5_STRING (9 Bytes)
04b1: | | | | 6d 69 63 72 6f 73 6f 66 74 ; microsoft
| | | | ; "microsoft"
04ba: | | | 31 16 ; SET (16 Bytes)
04bc: | | | | 30 14 ; SEQUENCE (14 Bytes)
04be: | | | | 06 0a ; OBJECT_ID (a Bytes)
04c0: | | | | | 09 92 26 89 93 f2 2c 64 01 19
| | | | | ; 0.9.2342.19200300.100.1.25 Domain Component (DC)
04ca: | | | | 16 06 ; IA5_STRING (6 Bytes)
04cc: | | | | 6e 74 74 65 73 74 ; nttest
| | | | ; "nttest"
04d2: | | | 31 17 ; SET (17 Bytes)
04d4: | | | | 30 15 ; SEQUENCE (15 Bytes)
04d6: | | | | 06 0a ; OBJECT_ID (a Bytes)
04d8: | | | | | 09 92 26 89 93 f2 2c 64 01 19
| | | | | ; 0.9.2342.19200300.100.1.25 Domain Component (DC)
04e2: | | | | 16 07 ; IA5_STRING (7 Bytes)
04e4: | | | | 6a 64 6f 6d 63 73 63 ; jdomcsc
| | | | ; "jdomcsc"
04eb: | | | 31 0e ; SET (e Bytes)
04ed: | | | | 30 0c ; SEQUENCE (c Bytes)
04ef: | | | | 06 03 ; OBJECT_ID (3 Bytes)
04f1: | | | | | 55 04 03
| | | | | ; 2.5.4.3 Common Name (CN)
04f4: | | | | 13 05 ; PRINTABLE_STRING (5 Bytes)
04f6: | | | | 55 73 65 72 73 ; Users
| | | | ; "Users"
04fb: | | | 31 16 ; SET (16 Bytes)
04fd: | | | 30 14 ; SEQUENCE (14 Bytes)
04ff: | | | 06 03 ; OBJECT_ID (3 Bytes)
0501: | | | | 55 04 03
| | | | ; 2.5.4.3 Common Name (CN)
0504: | | | 13 0d ; PRINTABLE_STRING (d Bytes)
0506: | | | 41 64 6d 69 6e 69 73 74 72 61 74 6f 72 ; Administrator
| | | ; "Administrator"
0513: | | 30 81 9f ; SEQUENCE (9f Bytes)
0516: | | | 30 0d ; SEQUENCE (d Bytes)
0518: | | | | 06 09 ; OBJECT_ID (9 Bytes)
051a: | | | | | 2a 86 48 86 f7 0d 01 01 01
| | | | | ; 1.2.840.113549.1.1.1 RSA (RSA_SIGN)
0523: | | | | 05 00 ; NULL (0 Bytes)
0525: | | | 03 81 8d ; BIT_STRING (8d Bytes)
0528: | | | 00
0529: | | | 30 81 89 ; SEQUENCE (89 Bytes)
052c: | | | 02 81 81 ; INTEGER (81 Bytes)
052f: | | | | 00
0530: | | | | bf 1a 3f 63 bf 9e 24 bc 10 d9 28 63 c9 4b cf 29
0540: | | | | d9 c5 70 28 93 8a ce e7 14 68 d5 b7 20 eb 60 f2
0550: | | | | d9 81 19 3a 98 b8 66 85 58 31 6b 53 4b 03 b9 f3
0560: | | | | e5 bf 85 12 11 c5 a2 9e 09 7a f7 c7 ad 8f 65 77
0570: | | | | c1 d5 7e fd c0 48 6c 92 0c d1 06 cd b7 86 55 b4
0580: | | | | 8e a7 6b 8d 00 e6 13 4b 54 63 17 a5 12 13 2f 9e
0590: | | | | 32 0e 2d c7 22 09 47 e6 e9 34 77 1e 94 84 18 16
05a0: | | | | 05 0d 3e da 42 8f 84 fd 65 ea 1d c4 93 f9 7d 19
05b0: | | | 02 03 ; INTEGER (3 Bytes)
05b2: | | | 01 00 01
05b5: | | a3 82 03 e8 ; OPTIONAL[3] (3e8 Bytes)
05b9: | | 30 82 03 e4 ; SEQUENCE (3e4 Bytes)
05bd: | | 30 2d ; SEQUENCE (2d Bytes)
05bf: | | | 06 09 ; OBJECT_ID (9 Bytes)
05c1: | | | | 2b 06 01 04 01 82 37 14 02
| | | | ; 1.3.6.1.4.1.311.20.2 Certificate Template Name (Certificate Type)
05ca: | | | 04 20 ; OCTET_STRING (20 Bytes)
05cc: | | | 1e 1e 00 45 00 6e 00 72 00 6f 00 6c 00 6c 00 6d ; ...E.n.r.o.l.l.m
05dc: | | | 00 65 00 6e 00 74 00 41 00 67 00 65 00 6e 00 74 ; .e.n.t.A.g.e.n.t
05ec: | | 30 15 ; SEQUENCE (15 Bytes)
05ee: | | | 06 03 ; OBJECT_ID (3 Bytes)
05f0: | | | | 55 1d 25
| | | | ; 2.5.29.37 Enhanced Key Usage
05f3: | | | 04 0e ; OCTET_STRING (e Bytes)
05f5: | | | 30 0c ; SEQUENCE (c Bytes)
05f7: | | | 06 0a ; OBJECT_ID (a Bytes)
05f9: | | | 2b 06 01 04 01 82 37 14 02 01
| | | ; 1.3.6.1.4.1.311.20.2.1 Certificate Request Agent
0603: | | 30 0b ; SEQUENCE (b Bytes)
0605: | | | 06 03 ; OBJECT_ID (3 Bytes)
0607: | | | | 55 1d 0f
| | | | ; 2.5.29.15 Key Usage
060a: | | | 04 04 ; OCTET_STRING (4 Bytes)
060c: | | | 03 02 ; BIT_STRING (2 Bytes)
060e: | | | 07
060f: | | | 80
0610: | | 30 1d ; SEQUENCE (1d Bytes)
0612: | | | 06 03 ; OBJECT_ID (3 Bytes)
0614: | | | | 55 1d 0e
| | | | ; 2.5.29.14 Subject Key Identifier
0617: | | | 04 16 ; OCTET_STRING (16 Bytes)
0619: | | | 04 14 ; OCTET_STRING (14 Bytes)
061b: | | | 9f ad 2e 19 53 07 d5 d3 34 b9 66 75 65 0e 19 85 ; ....S...4.fue...
062b: | | | 00 3a 26 7d ; .:&}
062f: | | 30 1f ; SEQUENCE (1f Bytes)
0631: | | | 06 03 ; OBJECT_ID (3 Bytes)
0633: | | | | 55 1d 23
| | | | ; 2.5.29.35 Authority Key Identifier
0636: | | | 04 18 ; OCTET_STRING (18 Bytes)
0638: | | | 30 16 ; SEQUENCE (16 Bytes)
063a: | | | 80 14 ; CONTEXT_SPECIFIC[0] (14 Bytes)
063c: | | | 16 a1 b0 9e 8f 4f ee 2e d4 25 07 90 2b 89 37 21 ; .....O...%..+.7!
064c: | | | 70 c7 d6 65 ; p..e
0650: | | 30 82 01 6f ; SEQUENCE (16f Bytes)
0654: | | | 06 03 ; OBJECT_ID (3 Bytes)
0656: | | | | 55 1d 1f
| | | | ; 2.5.29.31 CRL Distribution Points
0659: | | | 04 82 01 66 ; OCTET_STRING (166 Bytes)
065d: | | | 30 82 01 62 ; SEQUENCE (162 Bytes)
0661: | | | 30 82 01 5e ; SEQUENCE (15e Bytes)
0665: | | | a0 82 01 5a ; OPTIONAL[0] (15a Bytes)
0669: | | | a0 82 01 56 ; OPTIONAL[0] (156 Bytes)
066d: | | | 86 81 ea ; CONTEXT_SPECIFIC[6] (ea Bytes)
0670: | | | | 6c 64 61 70 3a 2f 2f 2f 43 4e 3d 4a 44 4f 4d 43 ; ldap:///CN=JDOMC
0680: | | | | 53 43 25 32 30 4c 6f 6e 67 68 6f 72 6e 25 32 30 ; SC%20Longhorn%20
0690: | | | | 45 6e 74 65 72 70 72 69 73 65 25 32 30 52 6f 6f ; Enterprise%20Roo
06a0: | | | | 74 25 32 30 43 41 2c 43 4e 3d 4a 41 59 54 45 53 ; t%20CA,CN=JAYTES
06b0: | | | | 54 37 2c 43 4e 3d 43 44 50 2c 43 4e 3d 50 75 62 ; T7,CN=CDP,CN=Pub
06c0: | | | | 6c 69 63 25 32 30 4b 65 79 25 32 30 53 65 72 76 ; lic%20Key%20Serv
06d0: | | | | 69 63 65 73 2c 43 4e 3d 53 65 72 76 69 63 65 73 ; ices,CN=Services
06e0: | | | | 2c 43 4e 3d 43 6f 6e 66 69 67 75 72 61 74 69 6f ; ,CN=Configuratio
06f0: | | | | 6e 2c 44 43 3d 6a 64 6f 6d 63 73 63 2c 44 43 3d ; n,DC=jdomcsc,DC=
0700: | | | | 6e 74 74 65 73 74 2c 44 43 3d 6d 69 63 72 6f 73 ; nttest,DC=micros
0710: | | | | 6f 66 74 2c 44 43 3d 63 6f 6d 3f 63 65 72 74 69 ; oft,DC=com?certi
0720: | | | | 66 69 63 61 74 65 52 65 76 6f 63 61 74 69 6f 6e ; ficateRevocation
0730: | | | | 4c 69 73 74 3f 62 61 73 65 3f 6f 62 6a 65 63 74 ; List?base?object
0740: | | | | 43 6c 61 73 73 3d 63 52 4c 44 69 73 74 72 69 62 ; Class=cRLDistrib
0750: | | | | 75 74 69 6f 6e 50 6f 69 6e 74 ; utionPoint
075a: | | | 86 67 ; CONTEXT_SPECIFIC[6] (67 Bytes)
075c: | | | 68 74 74 70 3a 2f 2f 6a 61 79 74 65 73 74 37 2e ; https://jaytest7.
076c: | | | 6a 64 6f 6d 63 73 63 2e 6e 74 74 65 73 74 2e 6d ; jdomcsc.nttest.m
077c: | | | 69 63 72 6f 73 6f 66 74 2e 63 6f 6d 2f 43 65 72 ; icrosoft.com/Cer
078c: | | | 74 45 6e 72 6f 6c 6c 2f 4a 44 4f 4d 43 53 43 25 ; tEnroll/JDOMCSC%
079c: | | | 32 30 4c 6f 6e 67 68 6f 72 6e 25 32 30 45 6e 74 ; 20Longhorn%20Ent
07ac: | | | 65 72 70 72 69 73 65 25 32 30 52 6f 6f 74 25 32 ; erprise%20Root%2
07bc: | | | 30 43 41 2e 63 72 6c ; 0CA.crl
07c3: | | 30 82 01 93 ; SEQUENCE (193 Bytes)
07c7: | | | 06 08 ; OBJECT_ID (8 Bytes)
07c9: | | | | 2b 06 01 05 05 07 01 01
| | | | ; 1.3.6.1.5.5.7.1.1 Authority Information Access
07d1: | | | 04 82 01 85 ; OCTET_STRING (185 Bytes)
07d5: | | | 30 82 01 81 ; SEQUENCE (181 Bytes)
07d9: | | | 30 81 e1 ; SEQUENCE (e1 Bytes)
07dc: | | | | 06 08 ; OBJECT_ID (8 Bytes)
07de: | | | | | 2b 06 01 05 05 07 30 02
| | | | | ; 1.3.6.1.5.5.7.48.2 Certification Authority Issuer
07e6: | | | | 86 81 d4 ; CONTEXT_SPECIFIC[6] (d4 Bytes)
07e9: | | | | 6c 64 61 70 3a 2f 2f 2f 43 4e 3d 4a 44 4f 4d 43 ; ldap:///CN=JDOMC
07f9: | | | | 53 43 25 32 30 4c 6f 6e 67 68 6f 72 6e 25 32 30 ; SC%20Longhorn%20
0809: | | | | 45 6e 74 65 72 70 72 69 73 65 25 32 30 52 6f 6f ; Enterprise%20Roo
0819: | | | | 74 25 32 30 43 41 2c 43 4e 3d 41 49 41 2c 43 4e ; t%20CA,CN=AIA,CN
0829: | | | | 3d 50 75 62 6c 69 63 25 32 30 4b 65 79 25 32 30 ; =Public%20Key%20
0839: | | | | 53 65 72 76 69 63 65 73 2c 43 4e 3d 53 65 72 76 ; Services,CN=Serv
0849: | | | | 69 63 65 73 2c 43 4e 3d 43 6f 6e 66 69 67 75 72 ; ices,CN=Configur
0859: | | | | 61 74 69 6f 6e 2c 44 43 3d 6a 64 6f 6d 63 73 63 ; ation,DC=jdomcsc
0869: | | | | 2c 44 43 3d 6e 74 74 65 73 74 2c 44 43 3d 6d 69 ; ,DC=nttest,DC=mi
0879: | | | | 63 72 6f 73 6f 66 74 2c 44 43 3d 63 6f 6d 3f 63 ; crosoft,DC=com?c
0889: | | | | 41 43 65 72 74 69 66 69 63 61 74 65 3f 62 61 73 ; ACertificate?bas
0899: | | | | 65 3f 6f 62 6a 65 63 74 43 6c 61 73 73 3d 63 65 ; e?objectClass=ce
08a9: | | | | 72 74 69 66 69 63 61 74 69 6f 6e 41 75 74 68 6f ; rtificationAutho
08b9: | | | | 72 69 74 79 ; rity
08bd: | | | 30 81 9a ; SEQUENCE (9a Bytes)
08c0: | | | 06 08 ; OBJECT_ID (8 Bytes)
08c2: | | | | 2b 06 01 05 05 07 30 02
| | | | ; 1.3.6.1.5.5.7.48.2 Certification Authority Issuer
08ca: | | | 86 81 8d ; CONTEXT_SPECIFIC[6] (8d Bytes)
08cd: | | | 68 74 74 70 3a 2f 2f 6a 61 79 74 65 73 74 37 2e ; https://jaytest7.
08dd: | | | 6a 64 6f 6d 63 73 63 2e 6e 74 74 65 73 74 2e 6d ; jdomcsc.nttest.m
08ed: | | | 69 63 72 6f 73 6f 66 74 2e 63 6f 6d 2f 43 65 72 ; icrosoft.com/Cer
08fd: | | | 74 45 6e 72 6f 6c 6c 2f 4a 41 59 54 45 53 54 37 ; tEnroll/JAYTEST7
090d: | | | 2e 6a 64 6f 6d 63 73 63 2e 6e 74 74 65 73 74 2e ; .jdomcsc.nttest.
091d: | | | 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d 5f 4a 44 ; microsoft.com_JD
092d: | | | 4f 4d 43 53 43 25 32 30 4c 6f 6e 67 68 6f 72 6e ; OMCSC%20Longhorn
093d: | | | 25 32 30 45 6e 74 65 72 70 72 69 73 65 25 32 30 ; %20Enterprise%20
094d: | | | 52 6f 6f 74 25 32 30 43 41 2e 63 72 74 ; Root%20CA.crt
095a: | | 30 45 ; SEQUENCE (45 Bytes)
095c: | | 06 03 ; OBJECT_ID (3 Bytes)
095e: | | | 55 1d 11
| | | ; 2.5.29.17 Subject Alternative Name
0961: | | 04 3e ; OCTET_STRING (3e Bytes)
0963: | | 30 3c ; SEQUENCE (3c Bytes)
0965: | | a0 3a ; OPTIONAL[0] (3a Bytes)
0967: | | 06 0a ; OBJECT_ID (a Bytes)
0969: | | | 2b 06 01 04 01 82 37 14 02 03
| | | ; 1.3.6.1.4.1.311.20.2.3 Principal Name
0973: | | a0 2c ; OPTIONAL[0] (2c Bytes)
0975: | | 0c 2a ; UTF8_STRING (2a Bytes)
0977: | | 41 64 6d 69 6e 69 73 74 72 61 74 6f 72 40 6a 64 ; Administrator@jd
0987: | | 6f 6d 63 73 63 2e 6e 74 74 65 73 74 2e 6d 69 63 ; omcsc.nttest.mic
0997: | | 72 6f 73 6f 66 74 2e 63 6f 6d ; rosoft.com
| | ; "Administrator@jdomcsc.nttest.microsoft.com"
09a1: | 30 0a ; SEQUENCE (a Bytes)
09a3: | | 06 08 ; OBJECT_ID (8 Bytes)
09a5: | | 2a 86 48 ce 3d 04 03 03
| | ; 1.2.840.10045.4.3.3 ECDSA SHA-384(certlib) (sha384ECDSA)
09ad: | 03 67 ; BIT_STRING (67 Bytes)
09af: | 00
09b0: | 30 64 ; SEQUENCE (64 Bytes)
09b2: | 02 30 ; INTEGER (30 Bytes)
09b4: | | 61 2b 4b 0c 6a 44 ea c0 b5 d8 be f2 3e d7 c1 a4
09c4: | | cc 9d 5d 58 8b e8 0b 76 f3 93 04 9b 58 26 11 e7
09d4: | | 28 31 13 02 23 16 26 9b 35 d7 51 b2 d9 67 df 3e
09e4: | 02 30 ; INTEGER (30 Bytes)
09e6: | 4d 16 03 bf 95 5b ab cc 9d a4 18 00 3e cd 71 fe
09f6: | 17 07 ae 1f c8 19 dc d6 c8 1a 81 38 62 f1 0d 57
0a06: | 0b 81 5c 94 9f 35 c5 67 20 a0 d1 c5 b7 4e db df
0a16: 31 82 02 2f ; SET (22f Bytes)
0a1a: 30 81 f6 ; SEQUENCE (f6 Bytes)
0a1d: | 02 01 ; INTEGER (1 Bytes)
0a1f: | | 03
0a20: | 80 14 ; CONTEXT_SPECIFIC[0] (14 Bytes)
0a22: | | a4 f5 5a 3a e5 a5 63 9a 26 06 9a 86 80 b7 39 96 ; ..Z:..c.&.....9.
0a32: | | 42 c2 d6 92 ; B...
0a36: | 30 09 ; SEQUENCE (9 Bytes)
0a38: | | 06 05 ; OBJECT_ID (5 Bytes)
0a3a: | | | 2b 0e 03 02 1a
| | | ; 1.3.14.3.2.26 sha1 (sha1NoSign)
0a3f: | | 05 00 ; NULL (0 Bytes)
0a41: | a0 3e ; OPTIONAL[0] (3e Bytes)
0a43: | | 30 17 ; SEQUENCE (17 Bytes)
0a45: | | | 06 09 ; OBJECT_ID (9 Bytes)
0a47: | | | | 2a 86 48 86 f7 0d 01 09 03
| | | | ; 1.2.840.113549.1.9.3 Content Type
0a50: | | | 31 0a ; SET (a Bytes)
0a52: | | | 06 08 ; OBJECT_ID (8 Bytes)
0a54: | | | 2b 06 01 05 05 07 0c 02
| | | ; 1.3.6.1.5.5.7.12.2 CMC Data
0a5c: | | 30 23 ; SEQUENCE (23 Bytes)
0a5e: | | 06 09 ; OBJECT_ID (9 Bytes)
0a60: | | | 2a 86 48 86 f7 0d 01 09 04
| | | ; 1.2.840.113549.1.9.4 Message Digest
0a69: | | 31 16 ; SET (16 Bytes)
0a6b: | | 04 14 ; OCTET_STRING (14 Bytes)
0a6d: | | 76 5f 2c 3f 9f bb 3e be 34 49 e8 fa 9c 19 d9 92 ; v_,?..>.4I......
0a7d: | | a8 1f da 56 ; ...V
0a81: | 30 0d ; SEQUENCE (d Bytes)
0a83: | | 06 09 ; OBJECT_ID (9 Bytes)
0a85: | | | 2a 86 48 86 f7 0d 01 01 01
| | | ; 1.2.840.113549.1.1.1 RSA (RSA_SIGN)
0a8e: | | 05 00 ; NULL (0 Bytes)
0a90: | 04 81 80 ; OCTET_STRING (80 Bytes)
0a93: | 9a f8 b1 da 2b 78 92 a3 ee 24 9c f7 18 67 be c4 ; ....+x...$...g..
0aa3: | 70 04 0e 90 7f 5a d6 d0 db e1 b2 a5 18 f8 14 9d ; p....Z..........
0ab3: | a4 7c f6 bb a5 98 64 5b e5 e1 e6 cd 7c a6 0a ce ; .|....d[....|...
0ac3: | c2 3b 0a 32 5e 0f 8c e2 3f b3 ac 4a 9e f4 89 4a ; .;.2^...?..J...J
0ad3: | cc 7f 97 d5 9b fa 15 9f 3d 81 64 6b 0e 44 a2 fa ; ........=.dk.D..
0ae3: | da bf 76 45 e3 1b b3 d2 5c 56 50 f4 16 da bb 09 ; ..vE....\VP.....
0af3: | 92 3e a4 cb ff b8 e3 27 8d 85 58 3b 3a 1b c8 85 ; .>.....'..X;:...
0b03: | cc 86 bb c2 3f 45 19 fa 9b 38 b1 d6 ae 6c 53 9b ; ....?E...8...lS.
0b13: 30 82 01 32 ; SEQUENCE (132 Bytes)
0b17: 02 01 ; INTEGER (1 Bytes)
0b19: | 01
0b1a: 30 50 ; SEQUENCE (50 Bytes)
0b1c: | 30 42 ; SEQUENCE (42 Bytes)
0b1e: | | 31 12 ; SET (12 Bytes)
0b20: | | | 30 10 ; SEQUENCE (10 Bytes)
0b22: | | | 06 03 ; OBJECT_ID (3 Bytes)
0b24: | | | | 55 04 0a
| | | | ; 2.5.4.10 Organization (O)
0b27: | | | 13 09 ; PRINTABLE_STRING (9 Bytes)
0b29: | | | 4d 69 63 72 6f 73 6f 66 74 ; Microsoft
| | | ; "Microsoft"
0b32: | | 31 2c ; SET (2c Bytes)
0b34: | | 30 2a ; SEQUENCE (2a Bytes)
0b36: | | 06 03 ; OBJECT_ID (3 Bytes)
0b38: | | | 55 04 03
| | | ; 2.5.4.3 Common Name (CN)
0b3b: | | 13 23 ; PRINTABLE_STRING (23 Bytes)
0b3d: | | 4a 44 4f 4d 43 53 43 20 4c 6f 6e 67 68 6f 72 6e ; JDOMCSC Longhorn
0b4d: | | 20 45 6e 74 65 72 70 72 69 73 65 20 52 6f 6f 74 ; Enterprise Root
0b5d: | | 20 43 41 ; CA
| | ; "JDOMCSC Longhorn Enterprise Root CA"
0b60: | 02 0a ; INTEGER (a Bytes)
0b62: | 58 8c f8 1a 00 00 00 00 0b 57
0b6c: 30 09 ; SEQUENCE (9 Bytes)
0b6e: | 06 05 ; OBJECT_ID (5 Bytes)
0b70: | | 2b 0e 03 02 1a
| | ; 1.3.14.3.2.26 sha1 (sha1NoSign)
0b75: | 05 00 ; NULL (0 Bytes)
0b77: a0 3e ; OPTIONAL[0] (3e Bytes)
0b79: | 30 17 ; SEQUENCE (17 Bytes)
0b7b: | | 06 09 ; OBJECT_ID (9 Bytes)
0b7d: | | | 2a 86 48 86 f7 0d 01 09 03
| | | ; 1.2.840.113549.1.9.3 Content Type
0b86: | | 31 0a ; SET (a Bytes)
0b88: | | 06 08 ; OBJECT_ID (8 Bytes)
0b8a: | | 2b 06 01 05 05 07 0c 02
| | ; 1.3.6.1.5.5.7.12.2 CMC Data
0b92: | 30 23 ; SEQUENCE (23 Bytes)
0b94: | 06 09 ; OBJECT_ID (9 Bytes)
0b96: | | 2a 86 48 86 f7 0d 01 09 04
| | ; 1.2.840.113549.1.9.4 Message Digest
0b9f: | 31 16 ; SET (16 Bytes)
0ba1: | 04 14 ; OCTET_STRING (14 Bytes)
0ba3: | 76 5f 2c 3f 9f bb 3e be 34 49 e8 fa 9c 19 d9 92 ; v_,?..>.4I......
0bb3: | a8 1f da 56 ; ...V
0bb7: 30 0d ; SEQUENCE (d Bytes)
0bb9: | 06 09 ; OBJECT_ID (9 Bytes)
0bbb: | | 2a 86 48 86 f7 0d 01 01 01
| | ; 1.2.840.113549.1.1.1 RSA (RSA_SIGN)
0bc4: | 05 00 ; NULL (0 Bytes)
0bc6: 04 81 80 ; OCTET_STRING (80 Bytes)
0bc9: 7b 2f 3c e3 36 bd 07 73 3a 00 8b 72 33 6e f4 6e ; {/<.6..s:..r3n.n
0bd9: b9 fb 26 c0 1b b0 fe 0b f3 7f 16 3d 49 68 32 dc ; ..&........=Ih2.
0be9: 23 f5 4f b9 17 49 26 7f 9f b8 b6 c3 0d fb 20 a2 ; #.O..I&....... .
0bf9: a5 0f c1 bc af fe dd 4e 6b 61 e3 01 a1 76 7a 90 ; .......Nka...vz.
0c09: bc 38 1e ae e4 aa 62 2c 7e 7d fb f1 bb 52 b8 e7 ; .8....b,~}...R..
0c19: 47 29 13 f2 e1 42 e7 4c 62 37 22 14 10 ff 70 cc ; G)...B.Lb7"...p.
0c29: c4 e8 b1 b9 72 5a cb 58 28 45 e3 74 49 6c 50 e9 ; ....rZ.X(E.tIlP.
0c39: ee b0 31 95 7f 43 9e fa 7e 03 b5 c1 88 79 c2 ba ; ..1..C..~....y..
CertUtil: -asn command completed successfully.
Zugehörige Themen