diff --git a/omero/sysadmins/unix/walkthrough/walkthrough_centos7.sh b/omero/sysadmins/unix/walkthrough/walkthrough_centos7.sh index 118ff9fc88..8461d5efd3 100644 --- a/omero/sysadmins/unix/walkthrough/walkthrough_centos7.sh +++ b/omero/sysadmins/unix/walkthrough/walkthrough_centos7.sh @@ -98,6 +98,10 @@ psql -h localhost -U "$OMERO_DB_USER" "$OMERO_DB_NAME" < $OMERODIR/db.sql omero certificates #end-seclevel +#start-diffie-hellman +omero config set omero.glacier2.IceSSL.Ciphers=HIGH:!DH +#end-diffie-hellman + #start-step06: As root, run the scripts to start OMERO automatically cp omero-server-systemd.service /etc/systemd/system/omero-server.service