https://github.com/rst0git/libvirt-certificate-generator
https://github.com/rst0git/libvirt-certificate-generator
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rst0git/libvirt-certificate-generator
- Owner: rst0git
- Created: 2020-07-16T09:51:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-23T08:22:25.000Z (almost 6 years ago)
- Last Synced: 2025-07-20T17:04:45.596Z (11 months ago)
- Language: Makefile
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Libvirt TLS Certificate Generation Scripts
This repository contains scripts to automate the generation of libvirt server and client TLS certificates.
All steps are described in https://wiki.libvirt.org/page/TLSSetup
Dependencies: `gnutls-utils`
## Usage:
1. Modify the following template files. In particular, make sure that the `cn` value corresponds to a correct hostname.
- `certificate_authority_template.info`
- `client_template.info`
- `host1_server_template.info`
- `host2_server_template.info`
2. Generate certificates
```bash
make
```