Commit Graph

671 Commits

Author SHA1 Message Date
Franco Fichtner
db3fb848d9 plugins: style sweep 2022-05-11 12:07:59 +02:00
mmetc
ce4469f458 new plugin: security/crowdsec (#2945)
This is a plugin we developed to provide configuration and a basic UI for the crowdsec IDS and IPS. It depends on a couple of binaries recently added to ports.conf

Adding machines (servers, other firewalls) and advanced configuration are not managed by the UI but available from the command line.
2022-05-10 11:59:42 +02:00
Frank Wall
b4ef39efa5 security/acme-client: update changelog 2022-05-01 18:06:22 +02:00
Frank Wall
6ea9913cb8 security/acme-client: bump version 2022-05-01 18:05:07 +02:00
Frank Wall
66bd98798b security/acme-client: update changelog 2022-05-01 18:05:07 +02:00
Frank Wall
3b5e8e50df security/acme-client: fix missing closing tag, refs #2932 2022-05-01 18:05:07 +02:00
Frank Wall
3a8a44d6db Merge pull request #2904 from jkellerer/ft-ssh-automation
security/acme-client: SSH remote command automation (#2757)
2022-05-01 18:02:47 +02:00
MeganerdNL
ab4d078c90 security/acme-client: Correct TransIP API (#2932)
* Correct TransIP API, fixes #2924

API key field  type of Transip corrected from "text" to "textbox". It was not working with "text" due to linebreaks.
Furthernore added a note that 300s sleep time is recommended.
2022-05-01 17:31:59 +02:00
Ad Schellevis
45030fabf4 security/stunnel - with the deprecation of __items on our model fields make sure non of our plugins uses the old magic property.
Traversing __items is actually the same as usnig iterateItems(), which should be a valid replacement.

ref fc8890851a cc @swhite2
2022-04-22 19:17:28 +02:00
Juergen Kellerer
3dda341ba6 acme-client: New Action "Remote SSH"
Also fixed PHP warnings (errors in 8.1)
2022-04-01 16:44:48 +02:00
Frank Wall
ccb2d6cf9b security/acme-client: fix missing closing tag, refs #2871 2022-03-28 13:46:38 +02:00
Frank Wall
38e5a610e7 security/acme-client: bump version 2022-03-28 13:46:38 +02:00
Frank Wall
03ad1c834b security/acme-clent: preserve sort order of automations, closes #2833 2022-03-28 13:46:00 +02:00
Frank Wall
a45a8fb044 security/acme-client: fix copyright, refs #2898 2022-03-28 13:46:00 +02:00
Franco Fichtner
06b6af9a8b security/acme-client: need revision bump on current changes
22.1.4 is going out tomorrow without this but for accounting
purposes the devel version should get a revision bump.
2022-03-23 15:19:37 +01:00
Frank Wall
30e674df62 Merge pull request #2898 from jkellerer/fix-acme-acmedns
security/acme-client: ACMEDNS_UPDATE_URL to ACMEDNS_BASE_URL
2022-03-23 13:09:43 +01:00
MeganerdNL
8de7489732 security/acme-client: Add support for Transip DNS API (#2871) 2022-03-23 12:59:45 +01:00
Juergen Kellerer
4345a497d2 acme-client: ACMEDNS_UPDATE_URL to ACMEDNS_BASE_URL 2022-03-19 16:06:27 +01:00
Franco Fichtner
8c253fee03 security/stunnel: bump version 2022-03-01 10:04:56 +01:00
Johnny S. Lee
510d55c006 security/stunnel: Fix connect format for IPv6 addresses (#2852)
The current code generates conf line:
```
connect = [::1]:53
```

will end up producing the following:
```
Error resolving "[::1]": Neither nodename nor servname known (EAI_NONAME)
```

stunnel(8) states that an address parameter of an option may be either:
> ...
> A colon-separated pair of IP address (either IPv4, IPv6, or domain name)
  and port number.
> ...

which means there should not be special treatment on IPv6 addresses.
2022-02-21 08:55:21 +01:00
Franco Fichtner
6b0fcd0c2d security: update these urls too 2022-02-01 14:30:11 +01:00
Frank Wall
9490497f57 security/acme-client: update changelog 2022-01-07 17:59:26 +01:00
Marvo2011
8815fa9227 Adding Selfhost DNS for acme.sh (#2746)
* Added Selfhost DNS
2022-01-07 16:44:41 +01:00
Franco Fichtner
9c6eaca8dc security/acme-client: @fraenki ;) 2022-01-07 08:25:01 +01:00
Frank Wall
fc78ebae14 security/acme-client: fix ecc cert handling in automations, closes #2723 2022-01-06 14:45:47 +01:00
Frank Wall
0cac1cadc2 security/acme-client: fix calculation of renewal date, closes #2721
Now we read the validFrom information directly from the cert file
in order to calculate the renewal date.

This is necessary, because in ae69739229
we made the import feature available to the end-user. As a result,
the value of lastUpdate() does not only change after issue/renewal,
but also everytime the user clicks on the "import" button.
2022-01-05 12:50:11 +01:00
Frank Wall
ed25316489 security/acme-client: show CA in accounts list 2022-01-05 12:49:47 +01:00
Frank Wall
4e63c89275 security/acme-client: post merge fix for #2731 2022-01-05 12:43:01 +01:00
Frank Wall
6080bf5fda Merge pull request #2731 from axelrtgs/feature/cpanel
security/acme-client: add support for cPanel HTTP API
2022-01-05 12:36:57 +01:00
Michael
47988bc563 security/openconnect: allow username to be 64 characters long (#2739) 2022-01-03 13:37:13 +01:00
axelrtgs
a1a382c58e add support for cPanel HTTP API 2021-12-31 00:53:08 -05:00
Frank Wall
937dee3fc4 security/acme-client: bump version 2021-12-19 23:05:37 +01:00
Frank Wall
80f0c0b878 security/acme-client: fix incompatibility with new gcloud SDK, closes #2710
While here, add the --quiet option which is recommended when running
gcloud commands in a script.
2021-12-19 23:02:43 +01:00
Frank Wall
95d461b0b3 security/acme-client: fix invalid default value when no WAN interface can be found, closes #2712 2021-12-19 22:29:46 +01:00
Frank Wall
2b0c28f132 security/acme-client: fix SFTP buttons not visible, refs #2712 2021-12-19 22:22:07 +01:00
Franco Fichtner
378ee0a626 security/etpro-telemetry: silly typo 2021-12-08 12:24:37 +01:00
Frank Wall
aaf9c8922f Merge pull request #2688 from fraenki/acme_360b
security/acme-client: additions for release 3.6
2021-12-08 12:09:44 +01:00
Franco Fichtner
47aea72c23 security/etpro-telemetry: bump revision 2021-12-08 11:05:43 +01:00
Ad Schellevis
5f72f88d60 security/etpro-telemetry - missed a 'staging' in the definition file, closes https://github.com/opnsense/plugins/issues/2685 2021-12-08 10:05:13 +01:00
Frank Wall
f3169f5f9d security/acme-client: fix path for pf config files 2021-12-08 00:47:14 +01:00
Frank Wall
2af67affad security/acme-client: add support for TLS-ALPN-01 challenge type, closes #2661 2021-12-08 00:42:35 +01:00
Frank Wall
a43ab626d0 security/acme-client: add support for dynv6 HTTP API, closes #2678 2021-12-07 23:28:54 +01:00
Frank Wall
9e07edc60b security/acme-client: update changelogs, refs #2664 2021-12-04 23:07:58 +01:00
Alex
96a89a4c46 Added (local)Unifi to ACME actions (#2664) 2021-12-04 23:03:53 +01:00
Frank Wall
83813dcbb5 security/acme-client: fix acme.sh deploy hook error handling (#2674) 2021-11-30 23:12:11 +01:00
Frank Wall
4787770852 security/acme-client: bump version 2021-11-29 22:33:22 +01:00
Frank Wall
57ada90e89 security/acme-client: fix SFTP upload (#2671) 2021-11-29 22:32:59 +01:00
Franco Fichtner
8cab014523 plugins: style sweep 2021-11-16 08:41:46 +01:00
Frank Wall
5d54ac69c7 security/acme-client: update changelog 2021-11-15 00:16:49 +01:00
kulikov-a
09ffc138cb support syslog-ng
add filter definition for syslog-ng
2021-11-15 00:14:53 +01:00