Class Puppet::Network::HTTPServer::WEBrick
In: lib/puppet/network/http_server/webrick.rb
Parent: WEBrick::HTTPServer

The old-school, pure ruby webrick server, which is the default serving mechanism.

Methods

Included Modules

Puppet::SSLCertificates::Support

Public Class methods

Create our server, yo.

Public Instance methods

Set up the http log.

Create a ca client to set up our cert for us.

Create all of our handler instances.

Handle all of the many webrick arguments.

Read the CA cert and CRL and populate an OpenSSL::X509::Store with them, with flags appropriate for checking client certificates for revocation

[Validate]