Commit Graph

673 Commits

Author SHA1 Message Date
Frank Wall 0ca50060cb security/acme-client: bump version 2022-05-18 11:12:23 +02:00
MeganerdNL e3aadd390c Add missing <style> field
The missing <style> field at TransIP was causing the fields below it to show up in ALL dialogs..
2022-05-12 20:10:30 +02:00
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 https://github.com/opnsense/core/commit/fc8890851a87d3041b820d801e6a386b88ee244b 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