This website works better with JavaScript.
Home
Help
Sign In
jan
/
osslconfexamples
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
create directory structure properly
master
Jan Dittberner
9 years ago
parent
973d7c9aab
commit
1448b51767
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
createca.sh
+ 1
- 1
createca.sh
View File
@@ -29,7 +29,7 @@ if [ -d "$1" ]; then
fi
CADIR="$1"
mkdir -p "${CADIR}/{certs,crl,newcerts,private}
"
mkdir -p "${CADIR}
"
/{certs,crl,newcerts,private}
cp "$2" "${CADIR}/private/ca.key.pem"
cp "$3" "${CADIR}/ca.crt.pem"
Write
Preview
Loading…
Cancel
Save