Skip to content
Snippets Groups Projects
Commit b2d2a8be authored by sveseli's avatar sveseli
Browse files

renamed openssl config file to match extension convention

parent 7369158c
No related branches found
No related tags found
No related merge requests found
File moved
......@@ -13,7 +13,7 @@ if [ -z $DM_INSTALL_DIR ]; then
fi
CA_ROOT=$DM_INSTALL_DIR/etc/CA
CA_CONFIG=$DM_ROOT_DIR/etc/dm.openssl.cnf
CA_CONFIG=$DM_ROOT_DIR/etc/dm.openssl.conf
CA_DESC="DM Certificate Authority"
LOG_FILE=/tmp/dm-ca.log.$$
LOCKFILE=$CA_ROOT/dm-ca.lock
......
......@@ -11,7 +11,7 @@ if [ -z $DM_INSTALL_DIR ]; then
export DM_INSTALL_DIR=`pwd`
fi
CA_ROOT=$DM_INSTALL_DIR/etc/CA
CA_CONFIG=$DM_ROOT_DIR/etc/dm.openssl.cnf
CA_CONFIG=$DM_ROOT_DIR/etc/dm.openssl.conf
LOG_FILE=/tmp/dm-server-cert.log.$$
......
......@@ -10,7 +10,7 @@ if [ -z $DM_INSTALL_DIR ]; then
export DM_INSTALL_DIR=`pwd`
fi
CA_ROOT=$DM_INSTALL_DIR/etc/CA
CA_CONFIG=$DM_ROOT_DIR/etc/dm.openssl.cnf
CA_CONFIG=$DM_ROOT_DIR/etc/dm.openssl.conf
LOG_FILE=/tmp/dm-user-cert.log.$$
USERNAME=$1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment