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.
git clone [email protected]:phoenixweiss/SSL-Chain-Merger.git
cd SSL-Chain-Merger
yarn install
yarn upgrade-interactive
yarn dev
yarn build
yarn preview
Lint with ESLint
yarn lint
Format with Prettier
yarn format
Deploy project to GitHub Pages
yarn deploy
tree -I 'node_modules|dist'
- Vue 3 - The core framework for building the user interface.
- Pinia - For state management.
- Vite - For fast development and build process.
- etc
- Refactoring and updates.
- Implement offline support with Electron.
Feel free to contribute by submitting issues or pull requests. Any feedback and suggestions are welcome.
This project is licensed under the MIT License - see the LICENSE file for details.