diff options
| author | Shulhan <ms@kilabit.info> | 2023-05-15 23:34:15 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-05-15 23:34:15 +0700 |
| commit | bee390efcc5ab2c03738ee36e06a0bac108ad392 (patch) | |
| tree | 68e7034ef4e627ee65e3e414f7849243d7c4119c /testdata | |
| parent | bb1160d3f13514bebcb81e89c082198c5278b89e (diff) | |
| download | gotp-bee390efcc5ab2c03738ee36e06a0bac108ad392.tar.xz | |
all: group the key for testing into testdata/keys
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/keys/rsa-openssl.pem (renamed from testdata/rsa) | 0 | ||||
| -rw-r--r-- | testdata/keys/rsa-openssl.pem.pub (renamed from testdata/rsa.pub) | 0 | ||||
| -rw-r--r-- | testdata/with_private_key.conf (renamed from testdata/rsa.conf) | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/testdata/rsa b/testdata/keys/rsa-openssl.pem index 930e049..930e049 100644 --- a/testdata/rsa +++ b/testdata/keys/rsa-openssl.pem diff --git a/testdata/rsa.pub b/testdata/keys/rsa-openssl.pem.pub index bf1e99d..bf1e99d 100644 --- a/testdata/rsa.pub +++ b/testdata/keys/rsa-openssl.pem.pub diff --git a/testdata/rsa.conf b/testdata/with_private_key.conf index be9d289..51988c3 100644 --- a/testdata/rsa.conf +++ b/testdata/with_private_key.conf @@ -1,5 +1,5 @@ [gotp] -private_key = testdata/rsa +private_key = testdata/keys/rsa-openssl.pem [gotp "issuer"] test = ABCD |
