Difference between revisions of "Nhmbif"

From nhm.sfs.gbif
Jump to: navigation, search
Line 19: Line 19:
 
We use [https://github.com/lukas2511/dehydrated dehydrated] to renew the letsencrypt certificates for data.gbif.no.
 
We use [https://github.com/lukas2511/dehydrated dehydrated] to renew the letsencrypt certificates for data.gbif.no.
 
Everything should just happen automatically (on the 1st of every month), but if something goes wrong, simply run <tt>/opt/bin/renew</tt> to renew the certificates, and remember to restart the web server.
 
Everything should just happen automatically (on the 1st of every month), but if something goes wrong, simply run <tt>/opt/bin/renew</tt> to renew the certificates, and remember to restart the web server.
 +
 +
== Troubleshooting ==
 +
 +
=== Help, the IPT is down!!! ===
 +
 +
* Is tomcat running? If not, do <tt>service tomcat start</tt>
 +
* Is lighttpd running? If not, do <tt>lighttpd -f /etc/lighttpd/lighttpd.conf</tt>

Revision as of 13:14, 28 November 2016

List of services

The following services are provided on nhmbif (incomplete list):

Renewing SSL certificates

We use dehydrated to renew the letsencrypt certificates for data.gbif.no. Everything should just happen automatically (on the 1st of every month), but if something goes wrong, simply run /opt/bin/renew to renew the certificates, and remember to restart the web server.

Troubleshooting

Help, the IPT is down!!!

  • Is tomcat running? If not, do service tomcat start
  • Is lighttpd running? If not, do lighttpd -f /etc/lighttpd/lighttpd.conf