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
|
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
|
3. Get dependencies and build assets
|
||||||
|
|
||||||
```
|
```
|
||||||
cd browser_csr_generation
|
cd poc-browser-csr-generation
|
||||||
npm install --user gulp-cli
|
npm install --user gulp-cli
|
||||||
npm install
|
npm install
|
||||||
./node_modules/.bin/gulp
|
./node_modules/.bin/gulp
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
_ "git.dittberner.info/jan/browser_csr_generation/migrations"
|
_ "code.cacert.org/jandd/poc-browser-csr-generation/migrations"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
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
|
go 1.13
|
||||||
|
|
||||||
|
|
2
main.go
2
main.go
|
@ -22,7 +22,7 @@ import (
|
||||||
log "github.com/sirupsen/logrus"
|
log "github.com/sirupsen/logrus"
|
||||||
"golang.org/x/text/language"
|
"golang.org/x/text/language"
|
||||||
|
|
||||||
"git.dittberner.info/jan/browser_csr_generation/handlers"
|
"code.cacert.org/jandd/poc-browser-csr-generation/handlers"
|
||||||
)
|
)
|
||||||
|
|
||||||
func main() {
|
func main() {
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
"description": "Browser based CSR and PKCS#12 generation in JavaScript",
|
"description": "Browser based CSR and PKCS#12 generation in JavaScript",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.dittberner.info/jan/browser_csr_generation.git"
|
"url": "https://code.cacert.org/jandd/poc-browser-csr-generation.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"pkcs10",
|
"pkcs10",
|
||||||
|
|
Loading…
Reference in a new issue