Searched refs:KEY_DIR (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/easy-rsa/2.0/
H A Dclean-all3 # Initialize the $KEY_DIR directory.
5 # rm -rf on $KEY_DIR so be careful!
7 if [ "$KEY_DIR" ]; then
8 rm -rf "$KEY_DIR"
9 mkdir "$KEY_DIR" && \
10 chmod go-rwx "$KEY_DIR" && \
11 touch "$KEY_DIR/index.txt" && \
12 echo 01 >"$KEY_DIR/serial"
H A Dinherit-inter5 # have independent vars settings, and must use a different KEY_DIR directory
20 echo "parent-key-dir: the KEY_DIR directory of the parent PKI"
25 if [ "$KEY_DIR" ]; then
26 cp "$1/$2.crt" "$KEY_DIR/ca.crt"
27 cp "$1/$2.key" "$KEY_DIR/ca.key"
34 cp "$PARENT_CA" "$KEY_DIR/$EXPORT_CA"
35 cat "$KEY_DIR/ca.crt" >> "$KEY_DIR/$EXPORT_CA"
H A Dlist-crl7 if [ "$KEY_DIR" ]; then
8 cd "$KEY_DIR" && \
H A Dbuild-dh6 if [ -d $KEY_DIR ] && [ $KEY_SIZE ]; then
7 $OPENSSL dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE}
H A Drevoke-full14 if [ "$KEY_DIR" ]; then
15 cd "$KEY_DIR"
H A Dpkitool89 echo '(Files will be placed in the $KEY_DIR directory, defined in ./vars)'
309 if [ -d "$KEY_DIR" ] && [ "$KEY_CONFIG" ]; then
310 cd "$KEY_DIR"
332 echo "$PROGNAME: Need a readable $CA.crt and $CA.key in $KEY_DIR"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/easy-rsa/2.0/
H A Dclean-all3 # Initialize the $KEY_DIR directory.
5 # rm -rf on $KEY_DIR so be careful!
7 if [ "$KEY_DIR" ]; then
8 rm -rf "$KEY_DIR"
9 mkdir "$KEY_DIR" && \
10 chmod go-rwx "$KEY_DIR" && \
11 touch "$KEY_DIR/index.txt" && \
12 echo 01 >"$KEY_DIR/serial"
H A Dinherit-inter5 # have independent vars settings, and must use a different KEY_DIR directory
20 echo "parent-key-dir: the KEY_DIR directory of the parent PKI"
25 if [ "$KEY_DIR" ]; then
26 cp "$1/$2.crt" "$KEY_DIR/ca.crt"
27 cp "$1/$2.key" "$KEY_DIR/ca.key"
34 cp "$PARENT_CA" "$KEY_DIR/$EXPORT_CA"
35 cat "$KEY_DIR/ca.crt" >> "$KEY_DIR/$EXPORT_CA"
H A Dlist-crl7 if [ "$KEY_DIR" ]; then
8 cd "$KEY_DIR" && \
H A Dbuild-dh6 if [ -d $KEY_DIR ] && [ $KEY_SIZE ]; then
7 $OPENSSL dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE}
H A Drevoke-full14 if [ "$KEY_DIR" ]; then
15 cd "$KEY_DIR"
H A Dpkitool89 echo '(Files will be placed in the $KEY_DIR directory, defined in ./vars)'
309 if [ -d "$KEY_DIR" ] && [ "$KEY_CONFIG" ]; then
310 cd "$KEY_DIR"
332 echo "$PROGNAME: Need a readable $CA.crt and $CA.key in $KEY_DIR"
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/easy-rsa/2.0/
H A Dclean-all3 # Initialize the $KEY_DIR directory.
5 # rm -rf on $KEY_DIR so be careful!
7 if [ "$KEY_DIR" ]; then
8 rm -rf "$KEY_DIR"
9 mkdir "$KEY_DIR" && \
10 chmod go-rwx "$KEY_DIR" && \
11 touch "$KEY_DIR/index.txt" && \
12 echo 01 >"$KEY_DIR/serial"
H A Dinherit-inter5 # have independent vars settings, and must use a different KEY_DIR directory
20 echo "parent-key-dir: the KEY_DIR directory of the parent PKI"
25 if [ "$KEY_DIR" ]; then
26 cp "$1/$2.crt" "$KEY_DIR/ca.crt"
27 cp "$1/$2.key" "$KEY_DIR/ca.key"
34 cp "$PARENT_CA" "$KEY_DIR/$EXPORT_CA"
35 cat "$KEY_DIR/ca.crt" >> "$KEY_DIR/$EXPORT_CA"
H A Dlist-crl7 if [ "$KEY_DIR" ]; then
8 cd "$KEY_DIR" && \
H A Dbuild-dh6 if [ -d $KEY_DIR ] && [ $KEY_SIZE ]; then
7 $OPENSSL dhparam -out ${KEY_DIR}/dh${KEY_SIZE}.pem ${KEY_SIZE}
H A Drevoke-full14 if [ "$KEY_DIR" ]; then
15 cd "$KEY_DIR"
H A Dpkitool89 echo '(Files will be placed in the $KEY_DIR directory, defined in ./vars)'
309 if [ -d "$KEY_DIR" ] && [ "$KEY_CONFIG" ]; then
310 cd "$KEY_DIR"
332 echo "$PROGNAME: Need a readable $CA.crt and $CA.key in $KEY_DIR"

Completed in 61 milliseconds