Skip to content

Commit

Permalink
OMERO-server: install self-signed SSL certificates
Browse files Browse the repository at this point in the history
Also install the omero-cli-render plugin server-side
  • Loading branch information
dominikl authored and sbesson committed Jul 13, 2021
1 parent fd0f546 commit 5016593
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion home/jobs/OMERO-server/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ mv $WORKSPACE/$DIST $OMERO_DIST
# INSTALL PYTHON PACKAGES
source $WORKSPACE/.venv3/bin/activate
pip install git+git://github.com/$SPACE_USER/omero-metadata.git@$MERGE_PUSH_BRANCH#egg=omero-metadata
pip install git+git://github.com/$SPACE_USER/omero-cli-render.git@$MERGE_PUSH_BRANCH#egg=omero-cli-render
pip install omero-certificates

for x in *.tar.gz; do
pip install -U $x # Install marshal, etc. *after* requirements
Expand All @@ -144,6 +146,7 @@ omero config set omero.fs.repo.path "%user%_%userId%/%thread%//%year%-%mont
omero config set omero.db.poolsize 25
omero config set omero.security.trustStore /etc/pki/ca-trust/extracted/java/cacerts
omero config set omero.security.trustStorePassword changeit
omero certificates
## END LOAD CONFIG


Expand Down Expand Up @@ -175,4 +178,4 @@ deactivate</command>
<buildWrappers>
<hudson.plugins.timestamper.TimestamperBuildWrapper plugin="[email protected]"/>
</buildWrappers>
</project>
</project>

0 comments on commit 5016593

Please sign in to comment.