-
Notifications
You must be signed in to change notification settings - Fork 0
/
xml.xml
90 lines (90 loc) · 1.79 KB
/
xml.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<?xml version="1.0" encoding="utf-8"?>
<file>
<name filename="sample" />
<date modified="2024-10-07T19:55:24.3059277+02:00" />
<CA>
<name>Sample-CA</name>
<type>CA</type>
<id>0</id>
<Private>
<Bits>4096</Bits>
<Pass>passwortca</Pass>
<file>Sample-CA.key.pem</file>
</Private>
<Public>
<duration>7300</duration>
<pass>passwortca</pass>
<cnf>openssl-ca.cnf</cnf>
<subj>
<C>DE</C>
<ST>Bavaria</ST>
<L>Hausen</L>
<OU>IT</OU>
<CN>Lang-CA</CN>
<email>[email protected]</email>
</subj>
</Public>
</CA>
<Intermediate>
<name>Sample-Intermediate</name>
<type>Intermediate</type>
<id>1</id>
<Private>
<Bits>4096</Bits>
<pass>passwortint</pass>
</Private>
<CSR>
<cnf>openssl-int.cnf</cnf>
<pass_priv>passwortint</pass_priv>
<subj>
<C>DE</C>
<ST>Bavaria</ST>
<L>Hausen</L>
<OU>IT</OU>
<CN>Lang-Intermediate</CN>
<email>[email protected]</email>
</subj>
</CSR>
<Sign>
<cnf-ca>openssl-ca.cnf</cnf-ca>
<duration>3650</duration>
<CA>
<id>0</id>
<passCa>passwordca</passCa>
</CA>
</Sign>
</Intermediate>
<Server>
<name>Sample-Server</name>
<type>Server</type>
<id>1</id>
<Private>
<Bits>4096</Bits>
<pass></pass>
</Private>
<CSR>
<pass_priv></pass_priv>
<subj>
<C>DE</C>
<ST>Bavaria</ST>
<L>Hausen</L>
<OU>IT</OU>
<CN>Lang-Server</CN>
<email>[email protected]</email>
</subj>
<SAN>
<DNS.1>SAN</DNS.1>
<IP.1>192.168.1.1</IP.1>
</SAN>
</CSR>
<Sign>
<cnf>openssl-int.cnf</cnf>
<duration>365</duration>
<passInt>passwordint</passInt>
<Intermediate>
<id>1</id>
<passInt>passwordint</passInt>
</Intermediate>
</Sign>
</Server>
</file>