Skip to content

SSL Chain Merger is an online service that allows you to quickly and easily convert the text components of SSL certificates into crt, csr, and key file formats.

License

Notifications You must be signed in to change notification settings

phoenixweiss/SSL-Chain-Merger

Repository files navigation

SSL Chain Merger

SSL Chain Merger is an online service that allows you to quickly and easily convert the text components of SSL certificates into crt, csr, and key file formats. Simply paste the required text into the appropriate field on the service page and click the button to download the corresponding file to use for configuring SSL on your server. SSL Chain Merger provides a fast and convenient way to generate the necessary files to secure your website.

Try online


Recommended IDE Setup

Prerequisites

Clone the repo

git clone [email protected]:phoenixweiss/SSL-Chain-Merger.git
cd SSL-Chain-Merger

Install the dependencies

yarn install

Keep project up-to-date

yarn upgrade-interactive

Compile and Hot-Reload for Development

yarn dev

Compile and Minify for Production

yarn build

Preview the Production

yarn preview

Lint with ESLint

yarn lint

Format with Prettier

yarn format

Deploy project to GitHub Pages

yarn deploy

List project structure using tree

tree -I 'node_modules|dist'

Technologies Used

  • Vue 3 - The core framework for building the user interface.
  • Pinia - For state management.
  • Vite - For fast development and build process.
  • etc

Future Plans

  • Refactoring and updates.
  • Implement offline support with Electron.

Contribution

Feel free to contribute by submitting issues or pull requests. Any feedback and suggestions are welcome.

License

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

About

SSL Chain Merger is an online service that allows you to quickly and easily convert the text components of SSL certificates into crt, csr, and key file formats.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published