pull/184/head
robinmoisson 2023-06-28 08:58:11 +02:00
rodzic db301322eb
commit 04d50a0ddc
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 9419716500078583
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -83,7 +83,7 @@ staticrypt test.html --share https://example.com/encrypted.html
**Pin the salt to use staticrypt in your CI in a build step** - if you want want the "Remember-me" or share features to work accross multiple pages or multiple successive deployment, the salt needs to stay the same ([see why](https://github.com/robinmoisson/staticrypt#why-does-staticrypt-create-a-config-file)). If you run StatiCrypt in a CI step, you can pin the salt in two ways:
- either commit the `.staticrypt.json` config file - you can generate a random salt and config file on your local machine with:
-
```bash
staticrypt --salt
```