Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add header to gen_certs.sh
  • Loading branch information
nyalldawson committed Feb 8, 2021
1 parent 0b1c844 commit 721c3c5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/testdata/auth_system/certs_keys_2048/gen_certs.sh
@@ -1,3 +1,18 @@
#!/usr/bin/env bash
###########################################################################
# gen_certs.sh
# ---------------------
# Date : February 2021
# Copyright : (C) 2021 by Alessandro Pasotti
# Email : elpaso@itopen.it
###########################################################################
# #
# This program is free software; you can redistribute it and/or modify #
# it under the terms of the GNU General Public License as published by #
# the Free Software Foundation; either version 2 of the License, or #
# (at your option) any later version. #
# #
###########################################################################

rm -rf ./*.pem ./*.cer ./*.key ./*.crt ./*.csr ./*.srl
# Generate the CA/root private key
Expand Down

0 comments on commit 721c3c5

Please sign in to comment.