Change repository URL and module paths
This commit is contained in:
parent
1617f535c0
commit
e688e317db
5 changed files with 6 additions and 6 deletions
|
@ -19,13 +19,13 @@ for the signing operations. The instructions below have been tested on Debian
|
|||
2. Clone the repository
|
||||
|
||||
```
|
||||
git clone https://git.dittberner.info/jan/browser_csr_generation.git
|
||||
git clone https://code.cacert.org/jandd/poc-browser-csr-generation.git
|
||||
```
|
||||
|
||||
3. Get dependencies and build assets
|
||||
|
||||
```
|
||||
cd browser_csr_generation
|
||||
cd poc-browser-csr-generation
|
||||
npm install --user gulp-cli
|
||||
npm install
|
||||
./node_modules/.bin/gulp
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
package main
|
||||
|
||||
import (
|
||||
_ "git.dittberner.info/jan/browser_csr_generation/migrations"
|
||||
_ "code.cacert.org/jandd/poc-browser-csr-generation/migrations"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
|||
module git.dittberner.info/jan/browser_csr_generation
|
||||
module code.cacert.org/jandd/poc-browser-csr-generation
|
||||
|
||||
go 1.13
|
||||
|
||||
|
|
2
main.go
2
main.go
|
@ -22,7 +22,7 @@ import (
|
|||
log "github.com/sirupsen/logrus"
|
||||
"golang.org/x/text/language"
|
||||
|
||||
"git.dittberner.info/jan/browser_csr_generation/handlers"
|
||||
"code.cacert.org/jandd/poc-browser-csr-generation/handlers"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
"description": "Browser based CSR and PKCS#12 generation in JavaScript",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://git.dittberner.info/jan/browser_csr_generation.git"
|
||||
"url": "https://code.cacert.org/jandd/poc-browser-csr-generation.git"
|
||||
},
|
||||
"keywords": [
|
||||
"pkcs10",
|
||||
|
|
Loading…
Reference in a new issue