rcdevs / nextcloud_openotp_auth

OpenOTP plugin enables Multi-Factor Authentication to login to Nextcloud Admin/User Pane
GNU Affero General Public License v3.0
6 stars 1 forks source link

failed integrity check #11

Closed Rilgamon closed 1 year ago

Rilgamon commented 1 year ago

Not sure if this is a bug or a misconfiguration on my end because I'm in the middle of moving servers. App Version 1.4.6 NC 25.0.3

Technical information
=====================
The following list covers which files have failed the integrity check. Please read
the previous linked documentation to learn more about the errors and how to fix
them.

Results
=======
- openotp_auth
    - EXCEPTION
        - OC\IntegrityCheck\Exceptions\InvalidSignatureException
        - Certificate is not valid for required scope. (Requested: openotp_auth, current: CN=openotp_sign)

Raw output
==========
Array
(
    [openotp_auth] => Array
        (
            [EXCEPTION] => Array
                (
                    [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException
                    [message] => Certificate is not valid for required scope. (Requested: openotp_auth, current: CN=openotp_sign)
                )

        )

)
rcdevs commented 1 year ago

Hello

1.4.7 delivered

https://apps.nextcloud.com/apps/openotp_auth

Le 13/02/2023 à 01:39, Rilgamon a écrit :

Not sure if this is a bug or a misconfiguration on my end because I'm in the middle of moving servers. App Version 1.4.6 NC 25.0.3

|Technical information ===================== The following list covers which files have failed the integrity check. Please read the previous linked documentation to learn more about the errors and how to fix them. Results ======= - openotp_auth - EXCEPTION - OC\IntegrityCheck\Exceptions\InvalidSignatureException - Certificate is not valid for required scope. (Requested: openotp_auth, current: CN=openotp_sign) Raw output ========== Array ( [openotp_auth] => Array ( [EXCEPTION] => Array ( [class] => OC\IntegrityCheck\Exceptions\InvalidSignatureException [message] => Certificate is not valid for required scope. (Requested: openotp_auth, current: CN=openotp_sign) ) ) ) |

— Reply to this email directly, view it on GitHub https://github.com/rcdevs/nextcloud_openotp_auth/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABKDLI6J2EZACIQJIWOAOITWXF7E7ANCNFSM6AAAAAAUZVABXU. You are receiving this because you are subscribed to this thread.Message ID: @.***>

Rilgamon commented 1 year ago

Cool :) Thank you!