blob: 161eb5be8430dcf523e36ee1c679114d726e93dc (
plain) (
blame)
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
|
# $Id$
[ req ]
default_bits = 1024
encrypt_key = no
distinguished_name = req_dn
x509_extensions = req_x509_ext
prompt = no
[ req_dn ]
C = US
ST = MA
L = Reading
O = Grunchweather Associates
OU = Software Engineering
CN = RFC3779 test cert
emailAddress = sra@hactrn.net
[ req_x509_ext ]
sbgp-autonomousSysNum = @asid_ext
sbgp-ipAddrBlock = @addr_ext
[ asid_ext ]
AS.0 = 1
AS.1 = 3-22
AS.2 = 2
RDI.0 = inherit
[ addr_ext ]
IPv4-SAFI.0 = 1 : 10.0.0.6 /24
IPv4.0 = 10.0.0.44
IPv4.1 = 10.3.0.44
IPv4.2 = 10.0.0.45
IPv4.3 = 10.2.0.5
IPv4.4 = 10.2.0.6- 10.3.0.0
IPv6.0 = 2002::
IPv6.1 = 2002::1 - 2002::14
IPv6.2 = 2003::/33
|