Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

...

Please review this guide to run

...

Backup My org or Clean My Org as HTTPS:

  1. Both a certificate and key .pem file are required. (If you need to generate these, you can do so by downloading OpenSSL at https://www.openssl.org/)
  2. Open a Command Console in Windows
  3. Run the following commands to generate your private key and public certificate:
    openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem
    openssl x509 -text -noout -in certificate.pem
  4. Once you have the cert and key files, copy them to your BackupMyOrg or CleanMyOrg main folder
  5. Edit the config/nodeconfig.json file and make the following modifications:
    1. “useHTTPS”: true,
    2. “certificate”: <name of your certificate.pem file>,
      “key”: <name of your key .pem file>
      Note: If you are using an absolute path in your nodeconfig.json file, be sure to use double backslashes, such as as "C:\\BackupMyOrg\\Certificates\certificate.pem" or "C:\\CleanMyOrg\\Certificates\certificate.pem"
  6. Restart your CleanMyOrg server app or service, then load load https://localhost:8500 or https://yourwebdomain:8500 (for BackupMyOrg) or https://localhost:8000 or https://yourwebdomain:8000 (for Clean My Org) in your browser.


Filter by label (Content by label)
showLabelsfalse
max5
spacescom.atlassian.confluence.content.render.xhtml.model.resource.identifiers.SpaceResourceIdentifier@2e60ee99
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "org" , "clean" , "https" , "my" ) and type = "page" and space = "GJKBASE"
labelsclean my org https

...