gmid/contrib
Omar Polo efd54f4f8a add missing newline 2022-03-09 16:35:28 +00:00
..
vim sync vim syntax 2022-02-03 11:13:45 +01:00
Dockerfile fix the dockerfile 2021-07-11 20:58:42 +00:00
README add systemd-sysusers' config file 2022-03-09 17:33:33 +01:00
gencert add gencert, a simple script to generate self-signed certs 2021-10-09 14:07:21 +00:00
gmid Implement OCSP stapling support 2021-10-15 09:58:23 +02:00
gmid.service Improve gmid.service 2021-09-21 19:15:50 +02:00
gmid.sysusers add missing newline 2022-03-09 16:35:28 +00:00
renew-certs add script to automatically renew self-signed certificates 2021-10-11 14:42:11 +00:00

README

This directory is for additional contributed files which may be
useful.

Dockerfile

	Sample Dockerfile to build alpine-based gmid images.

gencert

	Simple shell script to generate self-signed certificates.

gmid

	Sample rc(8) script for OpenBSD, to be placed in /etc/rc.d.

gmid.service

	Simple systemd service file.

gmid.sysusers

	Sample systemd-sysusers' config file.

renew-certs

	Flexible script meant to be run in a cronjob to watch for cert
	expiration.  It can optionally regen the (self-signed)
	certificate in place and restart the server too.

vim

	Syntax highlighting of gmid configuration for vim, to be
	placed into ~/.vim/ or /usr/share/vim/vimfiles/.

	To enable Syntastic checker, put this line in your vimrc:

	let g:syntastic_gmid_checkers = ['gmid']