{"id":20544905,"url":"https://github.com/hadrienpatte/ansible-role-self-signed-certificate","last_synced_at":"2026-04-28T17:32:52.091Z","repository":{"id":131333620,"uuid":"171409801","full_name":"HadrienPatte/ansible-role-self-signed-certificate","owner":"HadrienPatte","description":"Ansible Role - Self-signed certificate","archived":false,"fork":false,"pushed_at":"2020-02-22T22:40:48.000Z","size":36,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T10:59:18.638Z","etag":null,"topics":["ansible-role","self-signed-certificate"],"latest_commit_sha":null,"homepage":"https://galaxy.ansible.com/hadrienpatte/self_signed_certificate","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HadrienPatte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2019-02-19T05:17:30.000Z","updated_at":"2020-02-22T22:39:19.000Z","dependencies_parsed_at":"2023-05-02T23:15:40.337Z","dependency_job_id":null,"html_url":"https://github.com/HadrienPatte/ansible-role-self-signed-certificate","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/HadrienPatte/ansible-role-self-signed-certificate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HadrienPatte%2Fansible-role-self-signed-certificate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HadrienPatte%2Fansible-role-self-signed-certificate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HadrienPatte%2Fansible-role-self-signed-certificate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HadrienPatte%2Fansible-role-self-signed-certificate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HadrienPatte","download_url":"https://codeload.github.com/HadrienPatte/ansible-role-self-signed-certificate/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HadrienPatte%2Fansible-role-self-signed-certificate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32392293,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-28T14:34:11.604Z","status":"ssl_error","status_checked_at":"2026-04-28T14:32:37.009Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ansible-role","self-signed-certificate"],"created_at":"2024-11-16T01:49:17.492Z","updated_at":"2026-04-28T17:32:52.086Z","avatar_url":"https://github.com/HadrienPatte.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ansible Role: Self-signed certificate\n\n[![Build Status](https://travis-ci.com/HadrienPatte/ansible-role-self-signed-certificate.svg?branch=master)](https://travis-ci.com/HadrienPatte/ansible-role-self-signed-certificate)\n\nAn Ansible Role that generates a TSL/SSL self-signed certificate.\n\n## Requirements\n\nNone.\n\n## Role Variables\n\n* `self_signed_certificate_FQDN`: list of Fully Qualified Domain Names (CN)\n\n### Private key variables\n\n* `self_signed_certificate_key_path`: directory where the private key will be\n* `self_signed_certificate_key_type`: private key type, can be `RSA` (default)\n  or `DSA`\n* `self_signed_certificate_key_size`: private key bits, defaults to `4096`\n\n### Certificate Signing Request variables\n\n* `self_signed_certificate_csr_path`: directory where the certificate signing\n  request will be\n* `self_signed_certificate_csr_digest`: certificate signing request digest,\n  defaults to `sha512`\n* `self_signed_certificate_email`: certificate signing request email address (E)\n* `self_signed_certificate_city`: certificate signing request locality name (L)\n* `self_signed_certificate_state`: certificate signing request state or province\n  name (ST)\n* `self_signed_certificate_country`: certificate signing request country name\n  (C)\n* `self_signed_certificate_organisation`: certificate signing request\n  organization name (O)\n* `self_signed_certificate_organizational_unit`: certificate signing request\n  organizational unit name (OU)\n\n### Certificate variables\n\n* `self_signed_certificate_path`: directory where the certificate will be\n* `self_signed_certificate_digest`: certificate digest, defaults to `sha512`\n* `self_signed_certificate_not_after`: the point in time at which the\n  certificate stops being valid, defaults to `+3650d` (ten years)\n\n# Dependencies\n\nNone.\n\n# Example Playbook\n\n```yaml\n- name: Generate self-signed certificate\n  hosts: all\n  roles:\n    - hadrienpatte.self_signed_certificate\n```\n\n## License\n\nMIT\n\n## Author Information\n\nHadrien Patte [![PGP 0xFB500BB0](https://peegeepee.com/badge/orange/FB500BB0.svg)](https://peegeepee.com/FB500BB0)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadrienpatte%2Fansible-role-self-signed-certificate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhadrienpatte%2Fansible-role-self-signed-certificate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhadrienpatte%2Fansible-role-self-signed-certificate/lists"}