Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    }
    __END__
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
        return 1;
    }
    __END__
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    }
    
    __END__
    
  4. or download this
    #!/bin/bash
    
    ...
    openssl x509 -req -in host.csr -CA rootCA.crt -CAkey rootCA.key -CAcre
    +ateserial -out host.crt -days 365