]> git.proxmox.com Git - mirror_qemu.git/blob - ui/qemu-x509.h
Merge tag 'pull-aspeed-20240201' of https://github.com/legoater/qemu into staging
[mirror_qemu.git] / ui / qemu-x509.h
1 #ifndef QEMU_X509_H
2 #define QEMU_X509_H
3
4 #define X509_CA_CERT_FILE "ca-cert.pem"
5 #define X509_CA_CRL_FILE "ca-crl.pem"
6 #define X509_SERVER_KEY_FILE "server-key.pem"
7 #define X509_SERVER_CERT_FILE "server-cert.pem"
8
9 #endif /* QEMU_X509_H */