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/with_private_key.conf | |
| parent | bb1160d3f13514bebcb81e89c082198c5278b89e (diff) | |
| download | gotp-bee390efcc5ab2c03738ee36e06a0bac108ad392.tar.xz | |
all: group the key for testing into testdata/keys
Diffstat (limited to 'testdata/with_private_key.conf')
| -rw-r--r-- | testdata/with_private_key.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testdata/with_private_key.conf b/testdata/with_private_key.conf new file mode 100644 index 0000000..51988c3 --- /dev/null +++ b/testdata/with_private_key.conf @@ -0,0 +1,6 @@ +[gotp] +private_key = testdata/keys/rsa-openssl.pem + +[gotp "issuer"] +test = ABCD +email-domain = XYZ |
