Generate dhparam in pki_setup container

This commit is contained in:
nemunaire 2015-01-14 16:36:00 +01:00 committed by Nemunaire
commit 96f6df2e96
3 changed files with 2 additions and 1 deletions

View file

@ -22,4 +22,5 @@ WORKDIR /var/www/fic-server/pki
CMD bash ./CA.sh -newca && \
bash ./CA.sh -newserver && \
openssl dhparam -check -5 4096 -out /var/www/fic-server/shared/params.4096 && \
bash ./CA.sh -gencrl