Git Product home page Git Product logo

openssl_pki-subpki_role's Introduction

openssl_pki

Generate certificate (root && sub CA && certificate)

Requirements

community.crypto

Role Variables

root_ca:
  - name: root
    delete: true
    key_pass: a_password_for_key_
    intermediate_ca:
      - name: intermediate_ca_name
        certificate:
          - name: certificate_name
            type: serv_auth
          - name: certificate_name
            type: serv_auth
      - name: intermediate_ca_name
        intermediate_ca:
          - name: sub_intermediate_ca
    certificates:
intermediate_ca:
  - name:
    ca_key_path:
    ca_key_pass:
    ca_cert_path:
certificate:
  - name:
    type:
    ca_key_path:
    ca_key_pass:
    ca_cert_path:
self_signed:
  - name: 
    type:

base_path:
subca_default_signatory:
  type: ca subca
  name: root
  type: custom
  key_path: ...key.pem
  key_pass: ....
  cert_path: ...cert.pem
certificates:
  - type: ca
    cert_name: root
  - type: subca
    delete: false
    cert_name: elastic

    signatory:
      type: ca
      name: root
    type: custom
    key_path: ...key.pem
    key_pass: ....
    cert_path: ...cert.pem

    cert_country_code:
    cert_country:
    cert_locality:
    cert_organisation:
    cert_organisational_unit:
    cert_subj:
    cert_subj_alt:
    cert_email:
    cert_digest:
    cert_ocsp_staple:
    cert_ocsp_staple_crt:

    key_usage:
    key_usage_crt:
    key_ext_usage:
    key_ext_crt:
    key_cipher:
    key_curve:
    key_pass:
    key_size:
    key_type:

Dependencies

Example Playbook

roles: - openssl_pki-subpki_role vars: self_signed: - name: self.signed.com type: serv_auth cert_subj_alt: - DNS:self.signed.com - DNS:www.self.signed.com

License

BSD

amaelFr

openssl_pki-subpki_role's People

Contributors

amaelfr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.