Switch to LibreSSL
FossilOrigin-Name: cc5e278c4dfa4d8f01063c5957b1ea7a54403e92b30579c2a7ca91e2a501ceed
This commit is contained in:
parent
143268cbad
commit
f97a580e54
@ -4,7 +4,7 @@ include ../Config.mak
|
|||||||
# Define witch SSL library to use
|
# Define witch SSL library to use
|
||||||
# OPENSSL or GNUTLS
|
# OPENSSL or GNUTLS
|
||||||
#
|
#
|
||||||
SSL_LIBRARY=GNUTLS
|
SSL_LIBRARY=OPENSSL
|
||||||
|
|
||||||
CFLAGS += -I/usr/include/libnl3
|
CFLAGS += -I/usr/include/libnl3
|
||||||
CFLAGS += -I../contrib/uci
|
CFLAGS += -I../contrib/uci
|
||||||
|
@ -100,13 +100,13 @@ cisco/rouge-detection/rest :Bstr16: .x000aff800000
|
|||||||
cisco/rouge-detection/rouge-detection :Bool: false
|
cisco/rouge-detection/rouge-detection :Bool: false
|
||||||
cisco/sig-toogle :Bool: true
|
cisco/sig-toogle :Bool: true
|
||||||
cisco/ssl-certfile :Str: ../../ssl/certs/wtp.crt
|
cisco/ssl-certfile :Str: ../../ssl/certs/wtp.crt
|
||||||
cisco/ssl-cipher :Str: NORMAL
|
cisco/ssl-cipher :Str: ALL
|
||||||
cisco/ssl-keyfile :Str: ../../ssl/certs/wtp.key
|
cisco/ssl-keyfile :Str: ../../ssl/certs/wtp.key
|
||||||
cisco/vlan/id :Word: 0
|
cisco/vlan/id :Word: 0
|
||||||
cisco/vlan/tagging :Bool: false
|
cisco/vlan/tagging :Bool: false
|
||||||
cisco/wtp-board-data/card-id :Word: 0
|
cisco/wtp-board-data/card-id :Word: 0
|
||||||
cisco/wtp-board-data/card-revision :Word: 0
|
cisco/wtp-board-data/card-revision :Word: 0
|
||||||
cisco/wtp-board-data/ethernet-mac-address :Bstr16: .xe47d4f3af8a6
|
cisco/wtp-board-data/ethernet-mac-address :Bstr16: .x0800276edf58
|
||||||
cisco/wtp-board-data/failover-priority :Bstr16: .x01010003
|
cisco/wtp-board-data/failover-priority :Bstr16: .x01010003
|
||||||
cisco/wtp-board-data/options/ant-type :Byte: 1
|
cisco/wtp-board-data/options/ant-type :Byte: 1
|
||||||
cisco/wtp-board-data/options/ap-type :Byte: 0
|
cisco/wtp-board-data/options/ap-type :Byte: 0
|
||||||
@ -252,7 +252,7 @@ tube.0/zumsel :Byte: 12
|
|||||||
tube.1/main :Byte: 12
|
tube.1/main :Byte: 12
|
||||||
tube.1/zumsel :Byte: 12
|
tube.1/zumsel :Byte: 12
|
||||||
wtp-board-data/board-id :Bstr16: .x0000
|
wtp-board-data/board-id :Bstr16: .x0000
|
||||||
wtp-board-data/mac-address :Bstr16: .x902b34de9ef1
|
wtp-board-data/mac-address :Bstr16: .x0800276edf58
|
||||||
wtp-board-data/model-no :Bstr16: AIR-LAP1142N-E-K9
|
wtp-board-data/model-no :Bstr16: AIR-LAP1142N-E-K9
|
||||||
wtp-board-data/serial-no :Bstr16: FCZ1406W232
|
wtp-board-data/serial-no :Bstr16: FCZ1406W232
|
||||||
wtp-board-data/vendor :Dword: 4232704
|
wtp-board-data/vendor :Dword: 4232704
|
||||||
|
@ -74,7 +74,7 @@ fi
|
|||||||
if [ "$TYPE" = "cisco-ap" ]
|
if [ "$TYPE" = "cisco-ap" ]
|
||||||
then
|
then
|
||||||
PREF="$2-"
|
PREF="$2-"
|
||||||
SUBJ="/C=US/ST=California/L=San Jose/O=Cisco Systems/CN=C1130-902b34de9ef1/emailAddress=support@cisco.com"
|
SUBJ="/C=US/ST=California/L=San Jose/O=Cisco Systems/CN=C1130-0800276edf58/emailAddress=support@cisco.com"
|
||||||
|
|
||||||
openssl req -nodes -new -x509 \
|
openssl req -nodes -new -x509 \
|
||||||
-sha1 \
|
-sha1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user