Recent content by pardub

  1. P

    Vm doesn't receive input from keyboard when i3 is selected .

    Thank you everyone for all the insights. I will make more experiments to get this sorted out ^^
  2. P

    Vm doesn't receive input from keyboard when i3 is selected .

    Hi, I run some vm’s with some Linux distributions and it’s working fine. But today I installed a windows manager i3 and I can’t get the vm receiving any actions from the keyboard. When i3 is run the first time, I have to set up 2 elements from the keyboard and the input are recognized. When...
  3. P

    SSL trusted certificates doesn't show up on GUI

    When you say "you need to have and use an account there, " which account are you referring to?
  4. P

    SSL trusted certificates doesn't show up on GUI

    So,I have to proceed again the process in https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_certificate_management in the part called "Example: Sample pvenode invocation for using Let’s Encrypt certificates " ? root@proxmox:~# pvenode acme account register default...
  5. P

    SSL trusted certificates doesn't show up on GUI

    Good morning, I requested SSL certificates through ACME for non staging environment but the GUI still display the "non trusted certificates". I used the documentation in https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_certificate_management There are some outputs below to give...
  6. P

    Unable to get the SSL certificate working after running ACME

    I did again the steps you provided me and that are in the documentation and the issue is still there: The certificates are still not shown as trusted in the browser... root@ns300000:~# pvenode acme account deactivate default Renaming account file from '/etc/pve/priv/acme/default' to...
  7. P

    Unable to get the SSL certificate working after running ACME

    This is exactly what I did but it doesn't work as expected,hence I contact the community . Can you be more explicit in your approach to help regarding the information I provided? Thank you
  8. P

    Unable to get the SSL certificate working after running ACME

    There is the output pvenode acme account register default txxxxxxxx@gmail.com Directory endpoints: 0) Let's Encrypt V2 (https://acme-v02.api.letsencrypt.org/directory) 1) Let's Encrypt V2 Staging (https://acme-staging-v02.api.letsencrypt.org/directory) 2) Custom Enter selection: 0 Attempting to...
  9. P

    Unable to get the SSL certificate working after running ACME

    I deleted the /etc/pve/priv/acme/default as per request but I received the following error message by entering the command venode acme account info default root@ns355555:~# pvenode acme account info default 400 Parameter verification failed. name: ACME account config file 'default' does not...
  10. P

    Unable to get the SSL certificate working after running ACME

    So,to resume: - I remove the file /etc/pve/priv/acme/default - I followed the process " Switching from the staging to the regular ACME directory "in https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_certificate_management Then, the new certificates will be displayed as trusted...
  11. P

    Unable to get the SSL certificate working after running ACME

    Sorry, I don't understand the meaning of stating cert. I did a "systemctl restart pveproxy" but I still have the alert on the GUI mentioning the connection is not secure.
  12. P

    Unable to get the SSL certificate working after running ACME

    There is the output: Certificate: Data: Version: 3 (0x2) Serial Number: fa:23:8b:da:f8:78:20:ba:f3:c3:a2:6b:76:d5:32:1c:48:63 Signature Algorithm: sha256WithRSAEncryption Issuer: CN = Fake LE Intermediate X1 Validity Not...
  13. P

    Unable to get the SSL certificate working after running ACME

    Can I post here the full output of the command openssl x509 -in /etc/pve/nodes/ns3555555/pveproxy-ssl.pem -text -noout or do I need to hide some personal information first in that log? Thank you