Skip to content

Commit

Permalink
Merge pull request #17 from internet2/comanage-config
Browse files Browse the repository at this point in the history
revert cert settings to default
  • Loading branch information
chubing authored Dec 3, 2020
2 parents 10ce9a9 + 1fc0c6f commit 83437ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Workbench/comanage/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ ENV COMANAGE_REGISTRY_EMAIL_FROM=xxxx@example.edu
ENV COMANAGE_REGISTRY_EMAIL_TRANSPORT=Smtp
ENV COMANAGE_REGISTRY_EMAIL_PORT=25
ENV COMANAGE_REGISTRY_EMAIL_HOST=smtp.example.edu
ENV HTTPS_CERT_FILE=/etc/pki/tls/certs/localhost.crt
ENV HTTPS_PRIVKEY_FILE=/etc/pki/tls/private/localhost.key

#ENV HTTPS_CERT_FILE=/etc/pki/tls/certs/localhost.crt
#ENV HTTPS_PRIVKEY_FILE=/etc/pki/tls/private/localhost.key
# COMANAGE_REGISTRY_SECURITY_SALT - autogenerated if not specified
# COMANAGE_REGISTRY_SECURITY_SEED - autogenerated if not specified
#ENV SHIBBOLETH_SP_CERT=/etc/shibboleth/sp-cert.pem
Expand Down

0 comments on commit 83437ea

Please sign in to comment.