diff --git a/src/pages/login/BrowserImport.tsx b/src/pages/login/BrowserImport.tsx index cc9c87a6b8..85192f20cf 100644 --- a/src/pages/login/BrowserImport.tsx +++ b/src/pages/login/BrowserImport.tsx @@ -41,7 +41,7 @@ const BrowserImport: FC = ({ sendPfx }) => { const downloadPfx = (
  • - Download lxd-ui.pfx + Download the .pfx file for importing to your browser. {sendPfx && (
    @@ -82,9 +82,8 @@ const BrowserImport: FC = ({ sendPfx }) => { Import.
  • - Select the lxd-ui.pfx file you just downloaded. - Enter your password, or leave the field empty if you have not - set one. + Select the .pfx file you just downloaded. Enter + your password, or leave the field empty if you have not set one.
  • Restart the browser and open LXD-UI. Select the LXD-UI diff --git a/src/pages/login/CertificateGenerate.tsx b/src/pages/login/CertificateGenerate.tsx index 516947e142..eff35e3618 100644 --- a/src/pages/login/CertificateGenerate.tsx +++ b/src/pages/login/CertificateGenerate.tsx @@ -142,15 +142,18 @@ const CertificateGenerate: FC = () => {

    Trust

    - +

    - Download lxd-ui.crt and add it to the LXD - trust store + Download {""}.crt and add + it to the LXD trust store

    -                        lxc config trust add Downloads/lxd-ui.crt
    +                        
    +                          lxc config trust add Downloads/
    +                          {""}.crt
    +