News:

AbanteCart v1.4.2 is released.

Main Menu

Data Encryption Manager Help Please

Started by bab, November 25, 2013, 05:19:19 PM

Previous topic - Next topic

bab

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!

abantecart

Did you just copy/paste the configuration without editing?


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

bab

#2
Quote from: abantecart on November 25, 2013, 11:12:09 PM
Did you just copy/paste the configuration without editing?


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  :)

abantecart

Quote from: bab on November 26, 2013, 02:49:27 AM
Quote from: abantecart on November 25, 2013, 11:12:09 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.
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

bab

Quote from: abantecart on November 26, 2013, 08:33:37 AM
Quote from: bab on November 26, 2013, 02:49:27 AM
Quote from: abantecart on November 25, 2013, 11:12:09 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

Forum Rules Code of conduct
AbanteCart.com 2010 -