Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

pojntfx/keystoregaen

Repository files navigation

keystoregaen

Logo

Generate Java keystores in your browser.

⚠️ keystoregaen has not yet been audited! While we try to make keystoregaen as secure as possible, it has not yet undergone a formal security audit by a third party. Please keep this in mind if you use it for security-critical applications. ⚠️

hydrun CI Go Version Go Reference Matrix Binary Downloads

Overview

keystoregaen is an app to generate Java keystores and compatible certificates without having to install Java or another tool that provides the JDK's keytool, such as the Android SDK.

Installation

The web app is available on GitHub releases in the form of a static .tar.gz archive; to deploy it, simply upload it to a CDN or copy it to a web server. For most users, this shouldn't be necessary though; thanks to @maxence-charriere's go-app package, keystoregaen is a progressive web app. By simply visiting the public deployment once, it will be available for offline use whenever you need it:

Screenshots

Click on an image to see a larger version.

Screenshot of the initial screen Screenshot of the form filled in Screenshot of the app generating the certificate

Acknowledgements

Contributing

To contribute, please use the GitHub flow and follow our Code of Conduct.

To build and start a development version of keystoregaen locally, run the following:

$ git clone https://github.com/pojntfx/keystoregaen.git
$ cd keystoregaen
$ make depend
$ make run

Have any questions or need help? Chat with us on Matrix!

License

keystoregaen (c) 2023 Felicitas Pojtinger and contributors

SPDX-License-Identifier: AGPL-3.0