This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | domain = "*.example.com" | |
| subjectAltDomains = [ domain, "example.com" ] | |
| require 'openssl' | |
| puts "Generating public and private keys..." | |
| key = OpenSSL::PKey::RSA.new(2048) | |
| subject = "/C=US/ST=California/L=Los Angeles/O=Example Inc./CN=#{domain}" | |
| cert = OpenSSL::X509::Certificate.new | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | echo '{ | |
| "handlers": ["debug"], | |
| "name": "push_woot_test", | |
| "output": "woot!", | |
| "status": 1 | |
| }' | nc -w1 127.0.0.1 3030 | 
OlderNewer
        