{"id":21318470,"url":"https://github.com/devops13242/python-sslgen","last_synced_at":"2025-03-15T22:14:25.107Z","repository":{"id":217256198,"uuid":"743056518","full_name":"devops13242/python-sslgen","owner":"devops13242","description":"python-sslgen is a Python library to generate self-signed root CA certificates, csr, sign certificates.","archived":false,"fork":false,"pushed_at":"2024-01-15T08:17:53.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-22T11:12:06.453Z","etag":null,"topics":["python","ssl-certificates"],"latest_commit_sha":null,"homepage":"","language":"Jinja","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devops13242.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}},"created_at":"2024-01-14T07:21:51.000Z","updated_at":"2024-01-15T12:27:33.000Z","dependencies_parsed_at":"2024-01-15T09:18:26.142Z","dependency_job_id":"898944cd-1953-4570-9ee6-5e641f643735","html_url":"https://github.com/devops13242/python-sslgen","commit_stats":null,"previous_names":["devops-1212/python-sslgen","devops13242/python-sslgen"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops13242%2Fpython-sslgen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops13242%2Fpython-sslgen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops13242%2Fpython-sslgen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devops13242%2Fpython-sslgen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devops13242","download_url":"https://codeload.github.com/devops13242/python-sslgen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243796741,"owners_count":20349264,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["python","ssl-certificates"],"created_at":"2024-11-21T19:13:38.352Z","updated_at":"2025-03-15T22:14:25.085Z","avatar_url":"https://github.com/devops13242.png","language":"Jinja","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-sslgen\n\npython-sslgen is a Python library to generate self-signed root CA certificates, csr, sign certificates. The library enables you to manage all ssl certificates configuration in one place and create ssl certificates.\n\n## Usage\n\n```bash\n$ sslgen \u003cfile\u003e\n```\n\nfile - ssl certificates configuration.\n\n## Example\n\nExample of a configuration file:\n\n`example/ca.yaml`:\n\n```yaml\ncert:\n  - name: root ca\n    ca: true\n    bits: 2048\n    days: 365\n    countryName: US\n    stateOrProvinceName: Oregon\n    localityName: Portland\n    organizationName: test \n    organizationalUnitName: test server\n    commonName: root.devel\n    emailAddress: root@root.devel\n    certificate: ca/ca.pem\n    keyFile: ca/cakey.pem \n\n  - name: server\n    ca: false\n    bits: 2048\n    days: 365\n    countryName: US\n    stateOrProvinceName: Oregon\n    localityName: Portland\n    organizationName: test \n    organizationalUnitName: test server\n    commonName: server.devel\n    emailAddress: root@root.devel\n    certificate: server.devel/servercert.pem\n    keyFile: server.devel/serverkey.pem\n    csrFile: server.devel/servercert.csr\n    caCertificate: ca/ca.pem\n    caKeyFile: ca/cakey.pem\n    subjectAltName: \n      - name: DNS.1\n        value: server.devel\n      - name: DNS.2\n        value: www.server.devel\n\n  - name: git\n    ca: false\n    bits: 2048\n    days: 365\n    countryName: US\n    stateOrProvinceName: Oregon\n    localityName: Portland\n    organizationName: test \n    organizationalUnitName: test server\n    commonName: git.devel\n    emailAddress: root@root.devel\n    certificate: git/gitcert.pem\n    keyFile: git/gitkey.pem\n    csrFile: git/gitcert.csr\n    caCertificate: ca/ca.pem\n    caKeyFile: ca/cakey.pem\n    subjectAltName: \n      - name: DNS.1\n        value: git.devel\n      - name: DNS.2\n        value: www.git.devel\n```\n\n`sslgen example/ca.yaml` creates one ca and two certificates. \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops13242%2Fpython-sslgen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevops13242%2Fpython-sslgen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevops13242%2Fpython-sslgen/lists"}