From e8778dcb3a2cdb9867b4c708fac1648575b62abc Mon Sep 17 00:00:00 2001 From: Jan Dittberner Date: Thu, 28 Jul 2022 18:52:15 +0200 Subject: [PATCH] Add notice for new project location --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1a694d3..d6ee845 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Browser PKCS#10 CSR generation PoC +**Work that started in this repository will continue at +[code.cacert.org](https://code.cacert.org/jandd/poc-browser-csr-generation).** + This repository contains a small proof of concept implementation of browser based PKCS#10 certificate signing request and PKCS#12 key store generation using [node-forge](https://github.com/digitalbazaar/forge).