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

Commit

Permalink
chore: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
marionebl committed Jan 1, 2019
0 parents commit dab388a
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.gitsecret/keys/random_seed
secrets/*
!secrets/*.secret
Empty file added .gitsecret/keys/mapping.cfg
Empty file.
Binary file added .gitsecret/keys/pubring.kbx
Binary file not shown.
Binary file added .gitsecret/keys/pubring.kbx~
Binary file not shown.
Binary file added .gitsecret/keys/trustdb.gpg
Binary file not shown.
2 changes: 2 additions & 0 deletions .gitsecret/paths/mapping.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
secrets/alva-developer-id-password.md
secrets/alva-developer-id.p12
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# secrets

> Shared secrets for Alva
## Prerequesites

* git
* [git-secret](https://git-secret.io/)
* [gpg](https://www.gnupg.org/)

## Getting started

```sh
git clone https://github.com/meetalva/secrets.git
cd secrets
git secret reveal # Assuming a core team member added your gpg key
```
Binary file added secrets/alva-developer-id-password.md.secret
Binary file not shown.
Binary file added secrets/alva-developer-id.p12.secret
Binary file not shown.

0 comments on commit dab388a

Please sign in to comment.