Searched refs:EXPORT_CA (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/easy-rsa/2.0/
H A Dinherit-inter12 # The EXPORT_CA file will contain the CA certificate chain and should be
16 EXPORT_CA="export-ca.crt"
29 if [ -e "$1/$EXPORT_CA" ]; then
30 PARENT_CA="$1/$EXPORT_CA"
34 cp "$PARENT_CA" "$KEY_DIR/$EXPORT_CA"
35 cat "$KEY_DIR/ca.crt" >> "$KEY_DIR/$EXPORT_CA"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/easy-rsa/2.0/
H A Dinherit-inter12 # The EXPORT_CA file will contain the CA certificate chain and should be
16 EXPORT_CA="export-ca.crt"
29 if [ -e "$1/$EXPORT_CA" ]; then
30 PARENT_CA="$1/$EXPORT_CA"
34 cp "$PARENT_CA" "$KEY_DIR/$EXPORT_CA"
35 cat "$KEY_DIR/ca.crt" >> "$KEY_DIR/$EXPORT_CA"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/easy-rsa/2.0/
H A Dinherit-inter12 # The EXPORT_CA file will contain the CA certificate chain and should be
16 EXPORT_CA="export-ca.crt"
29 if [ -e "$1/$EXPORT_CA" ]; then
30 PARENT_CA="$1/$EXPORT_CA"
34 cp "$PARENT_CA" "$KEY_DIR/$EXPORT_CA"
35 cat "$KEY_DIR/ca.crt" >> "$KEY_DIR/$EXPORT_CA"

Completed in 99 milliseconds