Skip to content

OtavioCoelho/CertificateGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CertificateGenerator

The CertificateGenerator CertificateGenerator is a project developed in Go that facilitates the generation of PEM certificates and their conversion to the PFX format. It offers a simple and efficient solution for generating and converting SSL/TLS certificates.

Features

  • Self-signed PEM certificate generation.
  • Conversion of PEM certificates to the PFX format.

How to Use

  1. Clone the repository:
git clone https://github.com/OtavioCoelho/CertificateGenerator.git
  1. Navigate to the project directory:
cd CertificateGenerator
  1. Execute o arquivo main.go:
go run main.go
  1. Provide the requested data to generate the certificate.
  2. Access the output folder to check the generated certificate. This will initiate the generation of a self-signed PEM certificate and its conversion to the PFX format. After successful execution, the resulting certificate will be available in the project directory.
cd output

Requirements

Make sure you have Go installed on your machine. If you don't have it yet, you can download and install it from the official Go website..

Contributing

Contributions are welcome! Feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.


This README was generated via chat GPT.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages