aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-01-27 17:41:11 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-01-27 17:41:11 +0200
commit9cfd25329a4dc1e1495b24e3dae0313a2e6a60f7 (patch)
treee9a9e9b09fb111b30bdb6af150d76707d9ff1e2a /meson_options.txt
parentpluginloader: add test for PluginLoader::verify (diff)
downloadsmolbote-9cfd25329a4dc1e1495b24e3dae0313a2e6a60f7.tar.xz
pluginloader: generate keys by meson
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 91f2d0e..1bbda86 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -8,5 +8,3 @@ option('updater', description: 'Build updater component', type:
# Build options
option('signPlugins', description: 'Generate OpenSSL signing key', type: 'feature', value: 'auto')
-option('ssl_private_pem', description: 'OpenSSL private key path', type: 'string', value: 'privateKey.pem')
-option('ssl_public_pem', description: 'OpenSSL public key path', type: 'string', value: 'publicKey.pem')