+-------------------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-------------------------------------------------------------------------------

Getting started
===============

To quickly get started using ${PKGSTEM}, generate a self-signed certificate:

	 openssl req -newkey rsa:4096 -nodes -keyout key.pem -x509 -days 365 \
	 	-out cert.pem

And start openssl(1) in server mode to test against:

	openssl s_server -key key.pem -cert cert.pem

Now scan the server, accepting all further defaults:

	TLS-Server-Scanner -connect localhost:4433

To test a TLS client program, accepting all further defaults:

	TLS-Client-Scanner -port 8443 \
		-run "openssl s_client -connect localhost:8443"
