On Thursday, December 20, 2018 at 1:34:49 AM UTC-8, Arindam Dasgupta wrote: > > Hi, > > Some ssl certificate issuing websites requires a file to be uploaded in my > server. They will give me the file "myfile.txt" and tell it to upload it > into a folder called "myfolder".So that they can access it > using" www.mydomain/myfolder/myfile.txt". > > Say I have purchased a domain www.pixmate.online and whenever i put it in > a web browser it till open the web page " > https://www.pixmate.online/welcome/default/index". > > So my question is where do i put myfile.txt on the file system of > pythonanywhere.com so that it will be accessible to the verifier on " > www.pixmate.online/ myfolder/myfile.txt" ? > > Regards, > Arindam > > I would put the file in either static or private, and use routes.py to make it available at the desired URL. Is this a one-time use file, or something that will need to be available when certificate renewal is due?
/dps -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

