use gitlab docker registry
This commit is contained in:
parent
bdf253be3d
commit
c2aad1da9e
6 changed files with 51 additions and 31 deletions
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/with-contenv sh
|
||||
|
||||
if [ ! -f /var/lib/proftp/keys/dhparams.pem ]; then
|
||||
openssl dhparam -outform PEM -5 nbits >> /var/lib/proftp/keys/dhparams.pem
|
||||
if [ ! -f /etc/proftpd/keys/dhparams.pem ]; then
|
||||
openssl dhparam -outform PEM -5 nbits >> /etc/proftpd/keys/dhparams.pem
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue