Interface CLI.WithCerts<C extends CLI.WithCerts>

    • Method Detail

      • caFile

        default C caFile​(String caBundle)
        Verify certificates of HTTPS-enabled servers using this CA bundle.
        Parameters:
        caBundle - the CA bundle file
        Returns:
        a copy of this command with the --ca-file flag appended
      • certFile

        default C certFile​(String file)
        Identify HTTPS client using this SSL certificate file.
        Parameters:
        file - SSL certificate file
        Returns:
        a copy of this command with the --cert-file flag appended
      • keyFile

        default C keyFile​(String file)
        Identify HTTPS client using this SSL key file.
        Parameters:
        file - SSL key file
        Returns:
        a copy of this command with the --key-file flag appended
      • keyRing

        default C keyRing​(String file)
        Keyring containing public keys (default ~/.gnupg/pubring.gpg).
        Parameters:
        file - keyring file
        Returns:
        a copy of this command with the --keyring flag appended