Author Topic: Data Encryption Manager Help Please  (Read 5397 times)

Offline bab

  • Newbie
  • *
  • Posts: 33
  • Karma: +1/-1
    • View Profile
Data Encryption Manager Help Please
« on: November 25, 2013, 05:19:19 PM »
2013-11-13 21:50:38 - Error: Can't create directory /path/to/keys/ for saving SSL keys!
2013-11-13 23:27:13 - Error: SSL Encryption failed! Missing public key

Error: Can not locate default key in configuration file. Refer to data encryption configuration help!

I got no clue to what this means please help!
« Last Edit: November 25, 2013, 05:42:57 PM by bab »

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Data Encryption Manager Help Please
« Reply #1 on: November 25, 2013, 11:12:09 PM »
Did you just copy/paste the configuration without editing?

Code: [Select]
define('ENCRYPTION_KEYS_DIR', '/path/to/keys/');

This needs to be edited to specific directory you want key to be stored in.

If you not sure what directory you need, remove this line from configuration and default directory will be used.

Default location will be system/keys/
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline bab

  • Newbie
  • *
  • Posts: 33
  • Karma: +1/-1
    • View Profile
Re: Data Encryption Manager Help Please
« Reply #2 on: November 26, 2013, 02:49:27 AM »
Did you just copy/paste the configuration without editing?

Code: [Select]
define('ENCRYPTION_KEYS_DIR', '/path/to/keys/');

This needs to be edited to specific directory you want key to be stored in.

If you not sure what directory you need, remove this line from configuration and default directory will be used.

Default location will be system/keys/

Yes, I just copied and paste with no editing. Unique pair name I did input but was I supposed to create a folder for this which I did not and if so where do I put and create the folder in. Also could I have just left the unique pair name as: 'your_key_name' ?

define('ENCRYPTION_KEYS_DIR', '/path/to/keys/');
define('DATA_ENCRYPTION_ENABLED', true);

So to send it to default I just have to delete: define('ENCRYPTION_KEYS_DIR', '/path/to/keys/'); ?

Also where do I add this line: Add following line to configuration file: define('DATA_ENCRYPTION_KEYPAIR', 'your_key_name'); ?

Thank you for the response  :)
« Last Edit: November 26, 2013, 03:14:34 AM by bab »

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Data Encryption Manager Help Please
« Reply #3 on: November 26, 2013, 08:33:37 AM »
Also where do I add this line: Add following line to configuration file: define('DATA_ENCRYPTION_KEYPAIR', 'your_key_name'); ?

You put this line with correct key name to the same configuration file /system/config.php

I suggest you read help text in the extension and help in the steps of configuration.
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline bab

  • Newbie
  • *
  • Posts: 33
  • Karma: +1/-1
    • View Profile
Re: Data Encryption Manager Help Please
« Reply #4 on: November 26, 2013, 04:24:01 PM »
Also where do I add this line: Add following line to configuration file: define('DATA_ENCRYPTION_KEYPAIR', 'your_key_name'); ?

You put this line with correct key name to the same configuration file /system/config.php

I suggest you read help text in the extension and help in the steps of configuration.

Thank you for your help King Abantecart guy! I appreciate your help through the construction of my e-commerce website, this was the last thing that I needed to take of in order to launch. Now I just have to finish some little content explaining text then I'll go live. Thank you once again and I hope that your having a good day.  :D

 

Powered by SMFPacks Social Login Mod