[gnutls-devel] GnuTLS | Can't generate public.crt on Windows 2016 (#923)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Tue Jan 28 16:53:00 CET 2020



labnewbie created an issue: https://gitlab.com/gnutls/gnutls/issues/923



## Description of problem:
When I try to create my public.crt file I get errors:
configFileLoad: Unknown error
Error loading template: cert.cnf 

## Version of gnutls used:
3.6.11

## Distributor of gnutls (e.g., Ubuntu, Fedora, RHEL)
Windows 2016

## How reproducible:

Steps to Reproduce:

 * one
c:\GnuTLS>certtool.exe --generate-privkey --outfile private.key
 * two
c:\GnuTLS>certtool.exe --generate-self-signed --load-privkey private.key --template cert.cnf --outfile public.crt
 * three

## Actual results:
c:\GnuTLS>certtool.exe --generate-privkey --outfile private.key
Generating a 3072 bit RSA private key...

c:\GnuTLS>certtool.exe --generate-self-signed --load-privkey private.key --template cert.cnf --outfile public.crt
libopts error 0 (No error) calling read for 'cert.cnf'
configFileLoad: Unknown error
Error loading template: cert.cnf

## Expected results:
expecting to create a cert.conf file

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/issues/923
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20200128/92802459/attachment.html>


More information about the Gnutls-devel mailing list