Skip to content

Commit

Permalink
Merge pull request #261 from autocrypt/move-gitcrypt
Browse files Browse the repository at this point in the history
move credentials to separate folder
  • Loading branch information
hpk42 committed Nov 16, 2017
2 parents c06ceb0 + b05b832 commit dff2fec
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gitcrypt/credentials.txt filter=git-crypt diff=git-crypt
.credentials/bot-imap.gitcrypt filter=git-crypt diff=git-crypt
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ addons:

before_install:
- mkdir -p -m 0700 ~/.ssh
- openssl aes-256-cbc -K $encrypted_ee89c1e228aa_key -iv $encrypted_ee89c1e228aa_iv -in autocrypt.id_rsa.enc -out ~/.ssh/id_rsa -d
- openssl aes-256-cbc -K $encrypted_ee89c1e228aa_key -iv $encrypted_ee89c1e228aa_iv -in .credentials/autocrypt.id_rsa.enc -out ~/.ssh/id_rsa -d
- chmod 600 ~/.ssh/id_rsa
- cat autocrypt.org.hostkeys >> ~/.ssh/known_hosts
- cat .credentials/autocrypt.org.hostkeys >> ~/.ssh/known_hosts
- printf "Host *\n" >> ~/.ssh/config
- printf " %sAuthentication no\n" ChallengeResponse Password KbdInteractive >> ~/.ssh/config
install:
Expand Down

0 comments on commit dff2fec

Please sign in to comment.