Method: Acme::Resources::Challenges::SimpleHttp#file_content
- Defined in:
- lib/acme/resources/challenges/simple_http.rb
#file_content ⇒ Object
16 17 18 19 |
# File 'lib/acme/resources/challenges/simple_http.rb', line 16 def file_content = { 'type' => 'simpleHttp', 'token' => token, 'tls' => tls } crypto.generate_signed_jws(header: {}, payload: ) end |