Skip to content

Commit

Permalink
Include warning about protecting your private key
Browse files Browse the repository at this point in the history
On linux systems, the `ApiSettings.php` file is readable by any user by default. You probably want to protect your private key by not allowing "other" to read the file.
  • Loading branch information
mhogerheijde authored Jul 17, 2018
1 parent 0e9c20d commit d34fa52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Installation

* Download the [TransIP API][3] and extract the "Transip" folder in this project's directory
* Aquire an API key for TransIP in [your account][4] on their website
* Edit the Transip/ApiSettings.php and set your login and private key
* Edit the Transip/ApiSettings.php and set your login and private key. Make sure you set the access to this file to only allow your user to read the contents of this file (on linux `chmod og-rwx Transip/ApiSettings.php`)

Request a wildcard certificate
------------
Expand Down

0 comments on commit d34fa52

Please sign in to comment.