Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add header to gen_certs.sh
- Loading branch information
Showing
with
15 additions
and
0 deletions.
-
+15
−0
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 |
|
|