Skip to content

Commit

Permalink
fix EASY_RSA vars again. Happy New 2025 year!
Browse files Browse the repository at this point in the history
  • Loading branch information
d3vilh committed Jan 1, 2024
1 parent c2dbad8 commit cd0d074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
#VERSION 0.2 by @[email protected] aka Mr. Philipp
#VERSION 0.2.1 by @[email protected] aka Mr. Philipp
set -e

#Variables
Expand All @@ -20,7 +20,7 @@ if [[ ! -f $OPENVPN_DIR/pki/ca.crt ]]; then

# Listing env parameters:
echo "Following EASYRSA variables will be used:"
cat $OPENVPN_DIR/pki/vars | awk '{$1=""; print $0}';
cat $EASY_RSA/pki/vars | awk '{$1=""; print $0}';

echo 'Generating ertificate authority...'
$EASY_RSA/easyrsa build-ca nopass
Expand Down

0 comments on commit cd0d074

Please sign in to comment.