An open API service indexing awesome lists of open source software.

https://github.com/rst0git/libvirt-certificate-generator


https://github.com/rst0git/libvirt-certificate-generator

Last synced: 5 months ago
JSON representation

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
```