Skip to content

Commit

Permalink
fix script for certs
Browse files Browse the repository at this point in the history
  • Loading branch information
ander7agar committed Aug 22, 2018
1 parent aa5a389 commit ab3ca26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makecert.sh
@@ -1,7 +1,7 @@
#/bin/bash

CERT_DIR=~/.pyloncoin2/certs
PRIVATE=$CERT_DIR/private-pem
PRIVATE=$CERT_DIR/private.pem
CERT=$CERT_DIR/cert.pem

mkdir -p $CERT_DIR
Expand Down

0 comments on commit ab3ca26

Please sign in to comment.