Class: LetsEncrypt::VerificationsController

Inherits:
ApplicationController show all
Defined in:
app/controllers/lets_encrypt/verifications_controller.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
11
# File 'app/controllers/lets_encrypt/verifications_controller.rb', line 8

def show
  return render_verification_string if certificate.present?
  render plain: 'Verification not found', status: 404
end