GNU social JP
  • FAQ
  • Login
GNU social JPは日本のGNU socialサーバーです。
Usage/ToS/admin/test/Pleroma FE
  • Public

    • Public
    • Network
    • Groups
    • Featured
    • Popular
    • People

Untitled attachment

Download link

Notices where this attachment appears

  1. Embed this notice
    Aral Balkan (aral@mastodon.ar.al)'s status on Friday, 07-Feb-2025 02:05:55 JST Aral Balkan Aral Balkan

    Auto Encrypt version 4.1.0 released

    • Removes OCSP stapling, as Let’s Encrypt is removing OCSP support.

    If you’re already using Auto Encrypt update to this before May or your certificate renewals will start to fail. Upgrade now if you want to get certificates for new domains as new certificate requests are already failing.

    https://codeberg.org/small-tech/auto-encrypt#readme

    Auto Encrypt automatically provisions and renews Let’s Encrypt TLS certificates on Node.js https servers (including Kitten¹, Polka, Express.js, etc.)

    Regular Node.js HTTPS server (without Let’s Encrypt certificates):

    ```js
    import https from 'node:https'
    const server = https.createServer(…)
    ```

    Auto Encrypt https server with automatic Let’s Encrypt certificates:

    ```js
    import AutoEncrypt from '@small-tech/auto-encrypt'
    const server = AutoEncrypt.https.createServer(…)
    ```

    (Certificates are provisioned on first hit and automatically renewed 30 days before expiry.)

    ¹ https://kitten.small-web.org

    #AutoEncrypt #LetsEncrypt #TLS #SSL #HTTPS #NodeJS #JavaScript #servers #web #dev #SmallWeb #SmallTech #FOSS

    In conversation about a year ago from mastodon.ar.al permalink
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

GNU social JP is a social network, courtesy of GNU social JP管理人. It runs on GNU social, version 2.0.2-dev, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All GNU social JP content and data are available under the Creative Commons Attribution 3.0 license.