Generate dhparam in pki_setup container
This commit is contained in:
parent
555cf56bfe
commit
96f6df2e96
3 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue