Install self signed certificate

Hello,

on version 15.0.5 I’m trying to import a self signed certificate using

security:certificates:import
docs

and I get the result:

certificate not found

Certificate details:

Signature Algorithm: sha256WithRSAEncryption
Public Key Algorithm: rsaEncryption
Public-Key: (4096 bit)

Is there a limitation on what type of certificate can be imported ?

You should tell some more about your system. In what context did you try to import your certificate? Apache? Nginx? What operating system?

Fast and easy way to add ssl / https. Online lets encrypt, havent tested but looks ok.

https://www.sslforfree.com/

guides included down the page

I’m running ARMBIAN 5.77 user-built Ubuntu 18.04.2 LTS 5.0.2-aml-s912, nextcloud v15.0.5 installed via snapd. I’m trying to add the certificate in order to mount a FTPS (FTP over TLS) as external storage on my instance.

this was my initial problem, and I found the documentation for adding certificats to be used with federation.

SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed.

I will try to create new certificates with GitHub - FiloSottile/mkcert: A simple zero-config tool to make locally trusted development certificates with any names you'd like.