Skip to content
Snippets Groups Projects
Commit 045694ac authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

Use a self-signed cert

parent 811eb98d
No related branches found
No related tags found
No related merge requests found
Pipeline #98481 failed
...@@ -12,5 +12,6 @@ ...@@ -12,5 +12,6 @@
echo $HOSTNAME echo $HOSTNAME
#/scratch/k/k204210/temp/ngc4008_P1D_3.parq #/scratch/k/k204210/temp/ngc4008_P1D_3.parq
source activate /work/bm0021/conda-envs/cloudify source activate /work/bm0021/conda-envs/cloudify
openssl req -x509 -newkey rsa:4096 -keyout key.pem -out cert.pem -sha256 -days 3650 -nodes -subj "/C=XX/ST=Hamburg/L=Hamburg/O=Test/OU=Test/CN=$HOSTNAME"
python xpublish_references.py "$@" python xpublish_references.py "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment