/usr/share/yunohost/yunohost-config/sss/yunoCA/ca and cert missing?

Hello,

I get errors after the post-install and I do not know how to solve them.
Could you help please ?

Main domain: xxx.xxx
New administration password: 
Confirm new administration password: 
Success! LDAP has been initialized
Generating a 2048 bit RSA private key
.....................................+++
..........+++
writing new private key to '/usr/share/yunohost/yunohost-config/ssl/yunoCA/ca/cakey.pem'
-----
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Generating a 2048 bit RSA private key
.............................................................................................+++
.................................+++
writing new private key to '/usr/share/yunohost/yunohost-config/ssl/yunoCA/certs/yunohost_key.pem'
/usr/share/yunohost/yunohost-config/ssl/yunoCA/certs/yunohost_key.pem: No such file or directory
140244787783312:error:02001002:system library:fopen:No such file or directory:bss_file.c:398:fopen('/usr/share/yunohost/yunohost-config/ssl/yunoCA/certs/yunohost_key.pem','w')
140244787783312:error:20074002:BIO routines:FILE_CTRL:system lib:bss_file.c:400:
Error: An error occured during LDAP operation

I checked directories /usr/share/yunohost/yunohost-config/sss/yunoCA and ca and certs directories are missing…

What should I do ?

Thank you.

I created the ca directory, and the cert directory
so it goes a step farther…

Success! LDAP has been initialized
Generating a 2048 bit RSA private key
...........+++
..+++
writing new private key to '/usr/share/yunohost/yunohost-config/ssl/yunoCA/ca/cakey.pem'
-----
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Generating a 2048 bit RSA private key
......................................................................................................................+++
.......................................................+++
writing new private key to '/usr/share/yunohost/yunohost-config/ssl/yunoCA/certs/yunohost_key.pem'
-----
Using configuration from /etc/yunohost/certs/randome.camp/openssl.cnf
I am unable to access the /usr/share/yunohost/yunohost-config/ssl/yunoCA/newcerts directory
/usr/share/yunohost/yunohost-config/ssl/yunoCA/newcerts: No such file or directory
Error: An error occured during LDAP operation

After that I created the newcert directory…
and now it goes up to :

Success! LDAP has been initialized
Generating a 2048 bit RSA private key
................+++
....................+++
writing new private key to '/usr/share/yunohost/yunohost-config/ssl/yunoCA/ca/cakey.pem'
-----
Updating certificates in /etc/ssl/certs... 0 added, 0 removed; done.
Running hooks in /etc/ca-certificates/update.d....done.
Generating a 2048 bit RSA private key
..................................................+++
.......+++
writing new private key to '/usr/share/yunohost/yunohost-config/ssl/yunoCA/certs/yunohost_key.pem'
-----
Using configuration from /etc/yunohost/certs/xxx.xxx/openssl.cnf
Check that the request matches the signature
Signature ok
Certificate Details:
        Serial Number: 1 (0x1)
        Validity
            Not Before: Oct 23 11:09:34 2016 GMT
            Not After : Oct 21 11:09:34 2026 GMT
        Subject:
            commonName                = xxx.xxx
        X509v3 extensions:
            X509v3 Basic Constraints: 
                CA:FALSE
            Netscape Comment: 
                OpenSSL Generated Certificate
            X509v3 Subject Key Identifier: 
                8D:D1:65:3D:1A:0C:0D:4A:24:B0:77:8B:F8:E1:4D:71:DE:F1:1A:DA
            X509v3 Authority Key Identifier: 
                keyid:D6:03:2E:C0:E2:5E:80:88:14:07:B3:7F:B2:04:D9:A5:15:94:41:84

            X509v3 Key Usage: 
                Digital Signature, Non Repudiation, Key Encipherment
            X509v3 Subject Alternative Name: 
                DNS:xxx.xxx, DNS:www.xxx.xxx, DNS:ns.xxx.xxx
Certificate is to be certified until Oct 21 11:09:34 2026 GMT (3650 days)

Write out database with 1 new entries
Data Base Updated
Error: An error occured during LDAP operation

Hello,

After uninstalling everything, and started again the intallation, I successfully installed yunohost…