Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • GnuTLS GnuTLS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 251
    • Issues 251
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 17
    • Merge requests 17
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • gnutlsgnutls
  • GnuTLSGnuTLS
  • Issues
  • #923
Closed
Open
Created Jan 28, 2020 by labnewbie@labnewbie

Can't generate public.crt on Windows 2016

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 and 3.6.12

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

Edited Feb 05, 2020 by labnewbie
Assignee
Assign to
Time tracking