We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44b211b commit 07de085Copy full SHA for 07de085
Cryptlib/update.sh
@@ -1,4 +1,4 @@
1
-#!/bin/bash
+#!/usr/bin/env bash
2
3
DIR=$1
4
OPENSSL_VERSION="1.0.2k"
make-certs
@@ -1,10 +1,12 @@
-#!/bin/bash -e
#
# Generate a root CA cert for signing, and then a subject cert.
# Usage: make-certs.sh hostname [user[@domain]] [more ...]
5
# For testing only, probably still has some bugs in it.
6
7
8
+set -e
9
+
10
DOMAIN=xn--u4h.net
11
DAYS=365
12
KEYTYPE=RSA
0 commit comments